Update mm-scripts.sh

This commit is contained in:
2023-04-21 21:14:22 -05:00
parent 0d0c36bdfc
commit 2d486050c2

View File

@@ -914,7 +914,7 @@ MMSETUP(){
echo
read -n 1 -p "Do you wish to start services now (y/N)?" choice
case "$choice" in
[Yy]) MMSTART;; esac
[Yy]) echo;MMSTART;; esac
# cat ${MMFOLDER}/settings.conf
;;