diff --git a/defaults.inc b/defaults.inc index 721cc49c..78bfce71 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ -VERS='2.5.10-12122023' +VERS='2.5.12-12122023' noheader=' update service dailytemp confsync ' HC_CW=60 diff --git a/powerwall.sh b/powerwall.sh index 5fa5c095..85a0b469 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -8,7 +8,7 @@ source /opt/idssys/defaults/default.inc source /opt/idssys/powerwall/defaults.inc source ${PW_FOLDER}/shutdown-test.sh -TEST=true +# TEST=true shopt -s lastpipe diff --git a/shutdown-test.sh b/shutdown-test.sh index e7097dd6..d8e74274 100644 --- a/shutdown-test.sh +++ b/shutdown-test.sh @@ -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