mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-10-30 02:02:20 +00:00
5 lines
250 B
Bash
Executable File
5 lines
250 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 -noinput -noshell -detached -pa deps/*/ebin -pa ebin |