mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
16 lines
308 B
Bash
Executable file
16 lines
308 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "preparation script"
|
|
|
|
pwd
|
|
|
|
cp -r ./test/files/etc/* /etc/
|
|
cp -r ./test/files/usr/* /usr/
|
|
cp -r ./test/files/var/* /var/
|
|
cp -r ./test/files/tmp/* /tmp/
|
|
cp -r ./test/files/lib/* /lib/
|
|
|
|
cp ./gitlab-ci/iopsys-supervisord.conf /etc/supervisor/conf.d/
|
|
|
|
ls /etc/config/
|
|
ls /etc/supervisor/conf.d/
|