mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
guard
This commit is contained in:
@@ -5,7 +5,7 @@ set -e
|
||||
echo "Installing Homebridge..."
|
||||
|
||||
APP_PATH=`pwd`
|
||||
FOREVER_PATH=`which forever`
|
||||
FOREVER_PATH=`which forever || true`
|
||||
USER_NAME=`whoami`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user