From 872b68922bcf8cd6ca17fcbcd7c798d8a0395c30 Mon Sep 17 00:00:00 2001 From: Alex Roy Date: Sat, 20 Mar 2021 14:15:03 +0000 Subject: [PATCH] Fix bracket mismatch in INSTALL/shinobi --- INSTALL/shinobi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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