mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-10-29 17:52:34 +00:00
7 lines
253 B
Bash
Executable File
7 lines
253 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This file is used from within the docker build script to copy the proper configurations for the manager
|
|
cp priv/templates/simmonitor.config.template.docker config/sys.config
|
|
cp priv/templates/simmonitor.args.template.docker config/vm.args
|
|
|