diff options
-rwxr-xr-x | deploy_everywhere | 2 |
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__'" |