Skip to content
Snippets Groups Projects
Commit 547c6d3a authored by Ricardo Fonseca's avatar Ricardo Fonseca
Browse files

Passed script arguments to floodlight

This is so you can use floodlight arguments, such as "-cf <config_file>", when executing the script.
parent 2ad334f7
No related branches found
No related tags found
No related merge requests found
......@@ -33,4 +33,4 @@ JVM_OPTS="$JVM_OPTS -Dpython.security.respectJavaAccessibility=false"
EOF_LOGBACK
echo "Starting floodlight server ..."
java ${JVM_OPTS} -Dlogback.configurationFile=${FL_LOGBACK} -jar ${FL_JAR}
java ${JVM_OPTS} -Dlogback.configurationFile=${FL_LOGBACK} -jar ${FL_JAR} "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment