From 74d8c4d35b301367fb2bbc3565e51d4b4326a7a9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 19 Dec 2016 12:03:51 +0100 Subject: fix logic Signed-off-by: Holger Levsen --- deploy_everywhere | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy_everywhere') 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__'" -- cgit v1.2.3-54-g00ecf