docker-headphones/init/40_check_config.sh

8 lines
120 B
Bash
Raw Normal View History

2015-07-15 18:37:48 +02:00
#!/bin/bash
2015-10-04 12:04:52 +01:00
if [ ! -f /config/config.ini ]; then
2015-07-15 18:37:48 +02:00
/sbin/setuser abc cp -v /defaults/config.ini /config/config.ini
fi