From: Silvio Rhatto Date: Sun, 6 Aug 2017 13:24:59 +0000 (-0300) Subject: Syntax fix at sync-backups X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e68e397499eb27c8728d91f6d6f1d33a6b20ace1;p=hydra.git Syntax fix at sync-backups --- 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