From: Silvio Rhatto Date: Tue, 27 Sep 2011 17:46:23 +0000 (-0300) Subject: Minor fix X-Git-Tag: 0.1~302 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d55569f80013310a97c33dbd2de41f76a6437ced;p=hydra.git Minor fix --- diff --git a/lib/hydra/backup b/lib/hydra/backup index 17f7349..252d41a 100644 --- a/lib/hydra/backup +++ b/lib/hydra/backup @@ -31,7 +31,7 @@ function hydra_backup_environment { exit 1 fi else - if [ "$METHOD" == "restore" ]; + if [ "$METHOD" == "restore" ]; then echo "Invalid backup method 'restore'" exit 1 elif [ -d "$BACKUPDIR/$METHOD" ]; then