summaryrefslogtreecommitdiffstats
path: root/deploy_everywhere
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-19 12:03:51 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-19 12:03:51 +0100
commit74d8c4d35b301367fb2bbc3565e51d4b4326a7a9 (patch)
tree53073b685913f6362afcdca7faeea7c352157983 /deploy_everywhere
parenta66f991dc110fd868569640c1d8ea61c06699157 (diff)
downloadjenkins.debian.net-74d8c4d35b301367fb2bbc3565e51d4b4326a7a9.tar.xz
fix logic
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'deploy_everywhere')
-rwxr-xr-xdeploy_everywhere2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_everywhere b/deploy_everywhere
index 855eed01..a3dd4d0c 100755
--- a/deploy_everywhere
+++ b/deploy_everywhere
@@ -91,7 +91,7 @@ if [ "$1" = "all" ] ; then
# reset_clock can be false as update_jdn.sh sets the time
reset_clock=false
shift
- if [ -z "$1" ] ; then
+ if [ ! -z "$1" ] ; then
real_command="$@"
echo -n "Running '$real_command' on $HOSTS now."
real_command="$@ && echo '__reallyreally=ok__'"