docker-znc/start

12 lines
264 B
Plaintext
Raw Normal View History

2015-01-06 18:56:01 -08:00
#!/bin/bash
if [ ! -f /home/admin/znc_configured ]; then
touch /home/admin/znc_configured
echo "Configure ZNC to your liking now. Remember to choose NO when asked to launch znc!!"
su -c "/usr/bin/znc --makeconf" znc
exit
fi
supervisord