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

@@ -1,5 +1,5 @@
VERS='2.5.10-12122023' VERS='2.5.12-12122023'
noheader=' update service dailytemp confsync ' noheader=' update service dailytemp confsync '
HC_CW=60 HC_CW=60

View File

@@ -8,7 +8,7 @@ source /opt/idssys/defaults/default.inc
source /opt/idssys/powerwall/defaults.inc source /opt/idssys/powerwall/defaults.inc
source ${PW_FOLDER}/shutdown-test.sh source ${PW_FOLDER}/shutdown-test.sh
TEST=true # TEST=true
shopt -s lastpipe shopt -s lastpipe

View File

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