aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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