Skip to content

Commit

Permalink
Added : to script to avoid actually invoking java.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Jan 28, 2020
1 parent bd93470 commit 1308070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-framework/scripts/script_up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TIMEOUT="$4"
VERBOSE="$5"
: ${CHANNEL_NAME:="mychannel"}
: ${DELAY:="3"}
${LANGUAGE:="java"}
: ${LANGUAGE:="java"}
: ${TIMEOUT:="10"}
: ${VERBOSE:="false"}
COUNTER=1
Expand Down

0 comments on commit 1308070

Please sign in to comment.