1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Better return codes after errors in the setup scripts (#1741)

This commit is contained in:
Stefan
2020-04-11 20:18:44 +02:00
committed by GitHub
parent d67e09f334
commit f52749b403
3 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ fi
if [ ! -f $1/config.php ]; then
echo "This isn't a valid backup location"
exit
exit 1
fi
echo "Restoring backup from $1"