diff --git a/mm-scripts.sh b/mm-scripts.sh index 478f87b..c281042 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -911,6 +911,7 @@ MMSETUP(){ echo "# PUSHOVER_USER_TOKEN=\"\"" >> ${MMFOLDER}/settings.conf fi + echo read -n 1 -p "Do you wish to start services now (y/N)?" choice case "$choice" in [Yy]) MMSTART;; esac