Updated exit error code in cleanup on ncMaint error

This commit is contained in:
Asif Bacchus 2018-10-14 10:23:35 -06:00
parent fcef47b712
commit bc0e19b26f
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ function cleanup {
echo -e "${info}${stamp} -- [INFO] NextCloud now in regular" \
"operating mode --${normal}" >> "$logFile"
else
quit 100
quit 101
fi
}