Update defaults.inc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
VERS='3.9.71-03202024'
|
VERS='3.9.72-05292024'
|
||||||
|
|
||||||
MMFOLDER="/opt/idssys/mediamanager"
|
MMFOLDER="/opt/idssys/mediamanager"
|
||||||
TMPFOLDER="${MMFOLDER}/.tmp"
|
TMPFOLDER="${MMFOLDER}/.tmp"
|
||||||
@@ -17,7 +17,7 @@ MM_LOGFILE=${LOGFOLDER}/logfile
|
|||||||
MM_OUTPUT_LOGFILE=${LOGFOLDER}/outputs.check.log
|
MM_OUTPUT_LOGFILE=${LOGFOLDER}/outputs.check.log
|
||||||
MM_BACKUP_FOLDER='/opt/!MM-Service-Backups'
|
MM_BACKUP_FOLDER='/opt/!MM-Service-Backups'
|
||||||
|
|
||||||
([ -z ${MM_VPN_RESTART+x} ] || [ ${MM_VPN_RESTART} -gt 86400 ]) && MM_VPN_RESTART=86400
|
([ -z ${MM_VPN_RESTART+x} ] || [ ${MM_VPN_RESTART} -gt 85800 ]) && MM_VPN_RESTART=85800
|
||||||
|
|
||||||
[ ! -f ${MM_LOGFILE} ] && touch ${MM_LOGFILE}
|
[ ! -f ${MM_LOGFILE} ] && touch ${MM_LOGFILE}
|
||||||
[ ! -f ${MM_OUTPUT_LOGFILE} ] && touch ${MM_OUTPUT_LOGFILE}
|
[ ! -f ${MM_OUTPUT_LOGFILE} ] && touch ${MM_OUTPUT_LOGFILE}
|
||||||
|
|||||||
Reference in New Issue
Block a user