From 3c0d654839600ebd462b846b58497ba07af4c782 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 13 Mar 2020 16:51:06 +0100 Subject: [PATCH] Update owncloud-restore.sh --- tools/owncloud-restore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/owncloud-restore.sh b/tools/owncloud-restore.sh index c93a322c..4b0ba4de 100755 --- a/tools/owncloud-restore.sh +++ b/tools/owncloud-restore.sh @@ -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"