aboutsummaryrefslogtreecommitdiff
path: root/share/hydra
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-05-31 13:44:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-05-31 13:44:17 -0300
commitd6ed8f17ce9f5ba0954b46e63c03fd3667b03b47 (patch)
tree8a82b8a336510d5bdb2ae6ef07e56bd6b3368326 /share/hydra
parent5cf9293635e1217c3a9e1e534eb20cd97dd54c53 (diff)
downloadhydra-d6ed8f17ce9f5ba0954b46e63c03fd3667b03b47.tar.gz
hydra-d6ed8f17ce9f5ba0954b46e63c03fd3667b03b47.tar.bz2
Minor fix
Diffstat (limited to 'share/hydra')
-rwxr-xr-xshare/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index 9b8db2f..1219efd 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -280,7 +280,7 @@ if [ -e "$HYDRA_FOLDER/ansible/ansible.cfg" ]; then
# http://ansible.pickle.io/post/86598332429/running-ansible-playbook-in-localhost
#elif [ "$NODES" == "localhost" ]; then
# NODES="`cat /etc/hostname`"
- #fi
+ fi
else
NODES="all"
fi