fix echo
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ function conditionalNotification {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "${method[*]}"
|
#echo "${method[*]}"
|
||||||
if [[ " ${method[*]} " =~ " mail " ]] ; then
|
if [[ " ${method[*]} " =~ " mail " ]] ; then
|
||||||
sendMail "$subjectMail" "$text"
|
sendMail "$subjectMail" "$text"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user