Update emulator-sync-scripts.sh

This commit is contained in:
2025-06-03 22:44:44 -05:00
parent f593d46c33
commit 7bee855aca

View File

@@ -1,6 +1,6 @@
#!/bin/bash
VERS='1.1.14-05262025'
VERS='1.1.15-06032025'
source /opt/idssys/defaults/colors.inc
source /opt/idssys/defaults/default.inc
@@ -13,7 +13,8 @@ ES_LOGFOLDER="${ES_FOLDER}/logs"
SENDNOTICE(){
[ "${PUSHOVER_APP_TOKEN}" != "" ] && PUSH_TO_MOBILE "${2}
$(date)" "${1}" ${3} &
[$(hostname -f)] $(date)" "${1}" ${3} &
[ "${EMAIL_NOTICE}" != "" ] && echo -e "${1}\n\n$(date)" | mail -s "${2}" ${EMAIL_NOTICE}