mirror of
https://github.com/Telecominfraproject/wlan-cloud-loadsim.git
synced 2025-10-30 18:17:51 +00:00
7 lines
247 B
Bash
Executable File
7 lines
247 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/simnode.config.template.docker config/sys.config
|
|
cp priv/templates/simnode.args.template.docker config/vm.args
|
|
|