Update mm-scripts.sh

This commit is contained in:
2023-07-09 15:39:57 -05:00
parent fc09daaa35
commit e4bd4d6ef5

View File

@@ -584,6 +584,7 @@ FULLSTOP(){
[ ${i} -ne ${BASHPID} ] && /bin/kill -s PIPE ${i} >/dev/null 1>&2
done
echo -e "${idsCL[Green]}Done${idsCL[Default]}"
echo
exit 0
}