This commit is contained in:
2023-12-12 23:37:00 -06:00
parent f25a0ce179
commit 301fc035cd
3 changed files with 2 additions and 3 deletions

View File

@@ -195,7 +195,6 @@ SHUTDOWN_SERVER2(){
echo -e "${idsCL[Yellow]}(TEST MODE)${idsCL[Default]}"
fi
done
echo
MSG="Shutting down iSCSI-Server(s)"
c=0; MSG_SPC=''; spc1=`expr ${HC_CW} - ${#MSG}`; until [ ${c} = ${spc1} ]; do MSG_SPC="${MSG_SPC} "; ((c++)); done