This commit is contained in:
2025-06-03 17:57:06 -05:00
parent 9996ba755f
commit d7c2543800
4 changed files with 32 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PW_VERS='2.10.11-06032025'
PW_VERS='2.10.12-06032025'
noheader=' update service dailytemp confsync -r -report test '
@@ -13,6 +13,8 @@ NM_FOLDER='/opt/idssys/nodemgmt'
NM_TMPFOLDER=${NM_FOLDER}/.tmp
[ -f ${NM_FOLDER}/conf/defaults.local.inc ] && source ${NM_FOLDER}/defaults.inc
SSHCMD='ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1'
[ "${TESTMODE_ENABLE^^}" == "TRUE" ] && TESTMODE=1 || TESTMODE=0
PW_FOLDER='/opt/idssys/powerwall'