aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-06 10:24:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-06 10:24:59 -0300
commite68e397499eb27c8728d91f6d6f1d33a6b20ace1 (patch)
tree5462f2286b6c03abdd506295439da9194778e243
parentf8cb5c3346d1a4de1fd4d9322dd58ee56519954c (diff)
downloadhydra-e68e397499eb27c8728d91f6d6f1d33a6b20ace1.tar.gz
hydra-e68e397499eb27c8728d91f6d6f1d33a6b20ace1.tar.bz2
Syntax fix at sync-backups
-rwxr-xr-xshare/hydractl/sync-backups2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/sync-backups b/share/hydractl/sync-backups
index b218b5c..bcc2836 100755
--- a/share/hydractl/sync-backups
+++ b/share/hydractl/sync-backups
@@ -65,7 +65,7 @@ else
fi
# Check volume name
-if [ "$VOLUME" == "`hostname -f`" ];
+if [ "$VOLUME" == "`hostname -f`" ]; then
echo "volume is the hostname, cannot sync to myself"
exit 1
fi