Fix bracket mismatch in INSTALL/shinobi

auto-build-api-doc-with-code
Alex Roy 2021-03-20 14:15:03 +00:00
parent af2c12d059
commit 872b68922b
1 changed files with 1 additions and 1 deletions

View File

@ -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