Fix bracket mismatch in INSTALL/shinobi
parent
af2c12d059
commit
872b68922b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue