diff --git a/mm-scripts.sh b/mm-scripts.sh index c04c979..f900d11 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -915,6 +915,8 @@ MMSETUP(){ read -n 1 -p "Do you wish to start services now (y/N)?" choice case "$choice" in [Yy]) echo;MMSTART start;; esac + + /usr/local/bin/mm # cat ${MMFOLDER}/settings.conf ;;