Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #29072
Closed (moved) (moved)
Open
Created Jan 11, 2019 by rl1987@rl1987

shellcheck: check-tor issues


In check-tor line 36:
	echo ">>" wget --proxy=off -O - http://$ipop/tor/
                                               ^-- SC2086: Double quote to prevent globbing and word splitting.


In check-tor line 37:
	timeout 5 wget --proxy=off -O - http://$ipop/tor/ | head -n3
                                               ^-- SC2086: Double quote to prevent globbing and word splitting.


In check-tor line 41:
echo -n "$router "; echo "$lines" | grep 'fingerprint' | sed -e 's/^opt //' -e 's/^fingerprint //';
     ^-- SC2039: In POSIX sh, echo flags are undefined.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking