From e68e397499eb27c8728d91f6d6f1d33a6b20ace1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 6 Aug 2017 10:24:59 -0300 Subject: Syntax fix at sync-backups --- share/hydractl/sync-backups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3