This commit is contained in:
belgotux
2023-01-15 23:12:22 +01:00
parent d1705d3af1
commit 6de0d85007

View File

@@ -188,7 +188,7 @@ function conditionalNotification {
;;
esac
echo "${method[*]}"
#echo "${method[*]}"
if [[ " ${method[*]} " =~ " mail " ]] ; then
sendMail "$subjectMail" "$text"
fi