This commit is contained in:
2025-05-10 12:05:53 -05:00
parent 36431132ae
commit ea70fc598a
2 changed files with 2 additions and 2 deletions

View File

@@ -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]}"