From: Roland Haeder Date: Thu, 21 Jul 2016 19:26:31 +0000 (+0200) Subject: fixed this X-Git-Url: https://git.mxchange.org/?p=jprojects-scripts.git;a=commitdiff_plain;h=54bf60147edfe0b67fc6e3f8218759cb3f58319a fixed this Signed-off-by: Roland Haeder --- diff --git a/push-stick.sh b/push-stick.sh index 4b2938b..947c8ec 100755 --- a/push-stick.sh +++ b/push-stick.sh @@ -9,7 +9,7 @@ then cd "${JPROJECTS_HOME}" for TARGET in ${TARGETS}; do echo "$0: Pushing for target '${TARGET}' ..." - $0 "${TARGET}" "1" + $0 "${TARGET}" "$2" done echo "$0: Pushed to all targets."