mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
11 lines
220 B
Bash
Executable file
11 lines
220 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "preparation script"
|
|
pwd
|
|
|
|
cp ./gitlab-ci/iopsys-supervisord.conf /etc/supervisor/conf.d/
|
|
cp -rf ./test/files/* /
|
|
|
|
# copy schema for validation test
|
|
cp -r ./schemas/ubus/*.json /usr/share/rpcd/schemas/
|
|
|