From 3b27a2de12aa3eff3b5926bf6388740c5b0ac532 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 29 Apr 2023 22:35:15 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 6c21823..12afe01 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1371,7 +1371,8 @@ USAGE(){ fi done echo - echo -e " Services Selected: ${idsCL[Yellow]}${srvcscheck}${idsCL[Default]}" + echo -e " Services currently enabled on this system:" + echo -e " ${idsCL[Yellow]}${srvcscheck}${idsCL[Default]}" }