Closed Matthew-Waterfield closed 1 year ago
The install script returns an error
root: # sh -c "$(curl -sL https://raw.githubusercontent.com/martindstone/pagerduty-cli/master/install.sh)" sh: line 6: [: missing `]'
Line if [ -e /usr/local/lib/pd -o -e /usr/local/bin/pd]; then should be (space after pd before ] if [ -e /usr/local/lib/pd -o -e /usr/local/bin/pd ]; then
Whoops! Will fix ASAP
Ok @Matthew-Waterfield it’s fixed, sorry about that!
You can close this ticket now.
The install script returns an error
root: # sh -c "$(curl -sL https://raw.githubusercontent.com/martindstone/pagerduty-cli/master/install.sh)" sh: line 6: [: missing `]'
Line if [ -e /usr/local/lib/pd -o -e /usr/local/bin/pd]; then should be (space after pd before ] if [ -e /usr/local/lib/pd -o -e /usr/local/bin/pd ]; then