Update mm-scripts.sh
This commit is contained in:
@@ -1086,7 +1086,7 @@ SERVICEBACKUP(){
|
|||||||
|
|
||||||
if [ "${srvc}" == "" ]; then
|
if [ "${srvc}" == "" ]; then
|
||||||
echo
|
echo
|
||||||
echo -e "[${idsCL[LightCyan]}0${idsCL[Default]}]${idsCL[White]} All Services${idsCL[Default]}"
|
echo -e "[${idsCL[LightCyan]} 0${idsCL[Default]}]${idsCL[White]} All Services${idsCL[Default]}"
|
||||||
b=1; declare -a bsrvcs
|
b=1; declare -a bsrvcs
|
||||||
for bsrvc in "${UPDATE_SERVICES[@]}"; do
|
for bsrvc in "${UPDATE_SERVICES[@]}"; do
|
||||||
if [ "${MM_UPDATE_REPO[${bsrvc}]}" != "" ] && [[ " ${SERVICES_CHECK[*]} " =~ " ${bsrvc} " ]]; then
|
if [ "${MM_UPDATE_REPO[${bsrvc}]}" != "" ] && [[ " ${SERVICES_CHECK[*]} " =~ " ${bsrvc} " ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user