]> gitweb.fluxo.info Git - hydra.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 17:46:23 +0000 (14:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 17:46:23 +0000 (14:46 -0300)
lib/hydra/backup

index 17f734946d1ba5cff2448c4416137720f0acd275..252d41a2b1b11aae415bfea04a1f5d9727a36b04 100644 (file)
@@ -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