update
This commit is contained in:
@@ -210,7 +210,7 @@ SENDNOTICE(){
|
|||||||
[ "${PUSHOVER_USER_TOKEN}" != "" ] && PUSH_TO_MOBILE "${2}
|
[ "${PUSHOVER_USER_TOKEN}" != "" ] && PUSH_TO_MOBILE "${2}
|
||||||
|
|
||||||
$(date)" "${1}" ${3} &
|
$(date)" "${1}" ${3} &
|
||||||
|
[ "${EMAIL_NOTICE}" != "" ] && echo email-notfound || echo email-found
|
||||||
[ "${EMAIL_NOTICE}" != "" ] && echo -e "${1}\n\n$(date)" | mail -s "${2}" ${EMAIL_NOTICE}
|
[ "${EMAIL_NOTICE}" != "" ] && echo -e "${1}\n\n$(date)" | mail -s "${2}" ${EMAIL_NOTICE}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -633,7 +633,7 @@ DOWNLIST(){
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
else
|
else
|
||||||
[ "${1}" == "report" ] && dlen=90 || dlen=110
|
[ "${1}" == "report" ] && dlen=100 || dlen=110
|
||||||
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
echo -e "${idsCL[LightGreen]}Current List of Items Down...${idsCL[Default]}"
|
||||||
DIVIDER false yellow ${dlen}
|
DIVIDER false yellow ${dlen}
|
||||||
if [ "${1}" == "report" ]; then
|
if [ "${1}" == "report" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user