diff --git a/defaults.inc b/defaults.inc index 6d2827d2..2a4ea0fa 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.4.11-05102025' +VERS='5.4.13-05102025' NM_BETA=false noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix ' diff --git a/inc/status.inc b/inc/status.inc index 2f9b9b7f..4aeb836a 100755 --- a/inc/status.inc +++ b/inc/status.inc @@ -46,7 +46,7 @@ STATUS(){ echo -en "${idsCL[LightCyan]}${MSG}${spc}: " fi for NTYPE in "${ntypesel[@]}"; do - REPLSTART ${NTYPE} #& + REPLSTART ${NTYPE} & done if [ "${STATUS_ACTION}" != "check" ]; then echo -e "${idsCL[LightGreen]}Done${idsCL[Default]}"