This commit is contained in:
2023-07-10 19:09:32 -05:00
parent bbe2856319
commit 77c73ba251
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='3.9.29-07102023'
VERS='3.9.30-07102023'
MMFOLDER="/opt/idssys/mediamanager"
TMPFOLDER="${MMFOLDER}/.tmp"
@@ -17,7 +17,7 @@ MM_LOGFILE=${LOGFOLDER}/logfile
MM_OUTPUT_LOGFILE=${LOGFOLDER}/outputs.check.log
MM_BACKUP_FOLDER='/opt/!MM-Service-Backups'
([ -z ${MM_VPN_RESTART+x} ] || [ ${MM_VPN_RESTART+x} -gt 86400 ]) && MM_VPN_RESTART=86400
([ -z ${MM_VPN_RESTART+x} ] || [ ${MM_VPN_RESTART} -gt 86400 ]) && MM_VPN_RESTART=86400
[ ! -f ${MM_LOGFILE} ] && touch ${MM_LOGFILE}
[ ! -f ${MM_OUTPUT_LOGFILE} ] && touch ${MM_OUTPUT_LOGFILE}