mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2025-12-10 07:44:41 +01:00
7 lines
108 B
Bash
Executable file
7 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "preparation script"
|
|
pwd
|
|
|
|
cp ./gitlab-ci/iopsys-supervisord.conf /etc/supervisor/conf.d/
|
|
|