Skip to content
Snippets Groups Projects
Commit cfcfbf3d authored by Ryan Izard's avatar Ryan Izard
Browse files

Merge pull request #634 from rjpfonseca/patch-2

Passed script arguments to floodlight
parents 2ad334f7 547c6d3a
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