This commit is contained in:
2023-12-11 23:38:52 -06:00
parent 84396ad108
commit 6b5ee4ae0b
3 changed files with 29 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
VERS='2.5.4-12112023'
VERS='2.5.5-12112023'
noheader=' update service dailytemp confsync '
hc_cw=60
@@ -18,6 +18,7 @@ PW_TMPFOLDER=${PW_FOLDER}/.tmp
[ ! -d ${PW_LOGARCHIVE} ] && mkdir ${PW_LOGARCHIVE}
[ ! -d ${PW_TMPFOLDER} ] && mkdir ${PW_TMPFOLDER}
PW_SCRIPT=${PW_FOLDER}/powerwall.sh
PW_LOGFILE=${PW_LOGFOLDER}/logfile
PW_LOGPOWER=${PW_LOGFOLDER}/log-power
[ ! -f ${PW_LOGFILE} ] && touch ${PW_LOGFILE}