mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-20 02:52:11 +00:00
Update owncloud-restore.sh
This commit is contained in:
parent
3bf73520ec
commit
3c0d654839
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user