Update mm-scripts.sh
This commit is contained in:
@@ -1083,9 +1083,10 @@ WantedBy=multi-user.target
|
||||
|
||||
SERVICEBACKUP(){
|
||||
usrvc=${1}
|
||||
[ "${usrvc}" == "list" ] && SERVICERESTORE . list
|
||||
if [ "${usrvc}" == "list" ]; then
|
||||
SERVICERESTORE . list
|
||||
|
||||
if [ "${usrvc}" == "" ]; then
|
||||
elif [ "${usrvc}" == "" ] || [ "${usrvc}" == "true" ]; then
|
||||
echo
|
||||
echo -e "[${idsCL[LightCyan]} 0${idsCL[Default]}]${idsCL[White]} All Services${idsCL[Default]}"
|
||||
b=1; declare -a bsrvcs
|
||||
|
||||
Reference in New Issue
Block a user