We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e99b463 + 0567974 commit c6724b9Copy full SHA for c6724b9
src/main/scripts/flux.sh
@@ -111,4 +111,5 @@ while read line ; do
111
done < <( echo "$java_opts" | grep -Eo "$option_pattern" )
112
113
# Start flux:
114
-"$FLUX_JAVA_BIN" "${java_opts_array[@]}" -jar "$jar_file" "$@"
+command=$(echo "$FLUX_JAVA_BIN" "${java_opts_array[@]}" -jar "$jar_file" "$@")
115
+$command
0 commit comments