mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-04 08:24:01 +01:00
8 lines
132 B
Bash
Executable file
8 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "preparation script"
|
|
pwd
|
|
|
|
cp ./gitlab-ci/iopsys-supervisord.conf /etc/supervisor/conf.d/
|
|
cp -rf ./test/files/* /
|
|
|