mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2026-01-27 18:22:42 +00:00
5 lines
235 B
Bash
Executable File
5 lines
235 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This file in invoked from within docker to start the application. It should not be used otherwise.
|
|
cd /owls
|
|
erl -config config/sys.config -args_file config/vm.args -name $ERL_NODE_NAME $ERL_OPTIONS -pa deps/*/ebin -pa ebin |