martindstone / pagerduty-cli

A command line interface for PagerDuty
MIT License
91 stars 12 forks source link

install.sh syntax error #40

Closed Matthew-Waterfield closed 1 year ago

Matthew-Waterfield commented 2 years 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

martindstone commented 2 years ago

Whoops! Will fix ASAP

martindstone commented 2 years ago

Ok @Matthew-Waterfield it’s fixed, sorry about that!

825i commented 1 year ago

You can close this ticket now.