From b09f3805cb02dbd7729b7079bab532ae200972af Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 24 Jan 2015 15:11:55 -0800 Subject: [PATCH] Allow free shell after creation --- start | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/start b/start index f4f7b9f..2d6c573 100644 --- a/start +++ b/start @@ -57,15 +57,15 @@ 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 run znc in the background." + echo -n "Do you want to make any other changes inside this container? (y/N): " + read domore + if [ "$domore" == "y" ] ; then + echo "Type 'exit' when finished." + exec bash + fi + exit fi