diff --git a/INSTALL/shinobi b/INSTALL/shinobi index 6f3d94f9..6416dc15 100644 --- a/INSTALL/shinobi +++ b/INSTALL/shinobi @@ -80,7 +80,7 @@ if [[ $@ == *'restart'* ]]; then else if [[ $@ == *'start'* ]] || [[ $@ == *'now'* ]]; then proccessAlive=$(pm2 list | grep camera | grep online) - if [ "$proccessAlive" ]]; then + if [ "$proccessAlive" ]; then echo "Shinobi process is already running." else if [ -e "$installationDirectory/INSTALL/installed.txt" ]; then