From 11045ef5ec0a2a56629369aa7fa3c98a329ce640 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 20 Apr 2017 21:40:15 +0200 Subject: refactor, make logic great again Signed-off-by: Holger Levsen --- deploy_jdn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'deploy_jdn') diff --git a/deploy_jdn b/deploy_jdn index c6490d03..df29573f 100755 --- a/deploy_jdn +++ b/deploy_jdn @@ -120,8 +120,10 @@ elif [ "$1" = "check" ] ; then real_command="pgrep -l -a -f _build.sh" reset_clock=false shift -elif [ "$1" = "" ] || [ "$1" = "jenkins" ] ; then +elif [ "$1" = "" ] ; then export HOSTS="root@jenkins.debian.net" +elif [ "$1" = "jenkins" ] ; then + export HOSTS="root@jenkins.debian.net" shift for i in $@ ; do case $i in -- cgit v1.2.3-54-g00ecf