3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/bash
|
||
|
echo $device_name
|
||
|
cp -r ../conf/var/$device_name/*.conf /etc/supervisor/conf.d/
|