This commit is contained in:
2025-06-01 15:56:54 -05:00
parent 4493334866
commit e3fbea64c8
2 changed files with 2 additions and 4 deletions

View File

@@ -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
[ "${TESTMODE_ENABLE^^}" == "TRUE" ] && TESTMODE=1 || TESTMODE=0
PW_FOLDER='/opt/idssys/powerwall'
PW_INCFOLDER=${PW_FOLDER}/inc
[[ "${IP}" = "10.2.1."* ]] && PW_LOGFOLDER=${PW_FOLDER}/logs/offsite || PW_LOGFOLDER=${PW_FOLDER}/logs/mainsite

View File

@@ -10,10 +10,6 @@ source /opt/idssys/powerwall/defaults.inc
source /opt/idssys/powerwall/inc/power.inc.sh
source /opt/idssys/powerwall/inc/temp.inc.sh
[ "${TESTMODE_ENABLE^^}" == "TRUE" ] && TESTMODE=1 || TESTMODE=0
shopt -s lastpipe
VERBOSE=false