mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-10 05:42:59 +01:00
14 lines
274 B
Bash
Executable file
14 lines
274 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "preparation script"
|
|
pwd
|
|
|
|
cp -r ./test/files/* /
|
|
cp ./gitlab-ci/iopsys-supervisord.conf /etc/supervisor/conf.d/
|
|
|
|
ls /etc/config/
|
|
ls /usr/share/rpcd/schemas/
|
|
ls /etc/supervisor/conf.d/
|
|
|
|
supervisorctl shutdown
|
|
supervisord -c /etc/supervisor/supervisord.conf
|