Unverified Commit fa09f743 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

deploy_jdn: fix braino: don't trash the command requested by the user…

parent e8a31252
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -193,6 +193,8 @@ for i in $HOSTS ; do
			fi
			./update_jdn.sh 2>&1 | sudo tee -a /var/log/jenkins/update_jdn.log
		EOF
	else
		remote_command="$real_command"
	fi

	echo -n "."