Testing start extra functionality

This commit is contained in:
dave 2015-01-24 12:56:57 -08:00
parent 85984c85ab
commit c30f41a3c1

7
start
View File

@ -57,6 +57,13 @@ if [ ! -f /home/admin/znc_configured ]; then
touch /home/admin/znc_configured
#echo -n "Do you want to make any other changes inside this container? (y/n): "
#read domore
#if [ "$domore" == "y" ] ; then
# echo "Type 'exit' or press ctrl-d when finished."
# exec bash
#fi
echo "Now, run docker start <containerid> run znc in the background."
exit