Skip to content

Commit

Permalink
Update runServer.sh
Browse files Browse the repository at this point in the history
Disabled supervision module by default since it currently prevents start
  • Loading branch information
LukasWikander authored Jan 10, 2020
1 parent 2bef0c8 commit 361fc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runServer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### User settings
# Modify this array by adding more modules to include them in the execution
MODULES=(Supervision ScenarioControl)
MODULES=(ScenarioControl)

####
# Save top directory
Expand Down

0 comments on commit 361fc23

Please sign in to comment.