diff --git a/mm-scripts.sh b/mm-scripts.sh index 3cd943c..cdb3524 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -201,7 +201,8 @@ if [ ! -f /opt/mm.update.stop ]; then esac else - echo -e "${idsCL[Yellow]}Part of the system is currently updating, please try again shortly. Updates usually only take 1-3mins.${idsCL[Default]}" + echo -e "${idsCL[Yellow]}Part of the system is currently updating, please try again shortly.\nUpdates usually only take 1-3mins.${idsCL[Default]}" + echo fi exit 0