Add initial support for webhook notifications

This commit is contained in:
2022-07-06 13:30:42 -04:00
parent 4b20a722bd
commit 5563f8921f
5 changed files with 102 additions and 1 deletions

View File

@ -219,7 +219,7 @@ echo -n "Press <Enter> once completed to continue. "
read
echo
echo "Edit configuration before proceeding?"
echo "Edit configuration before proceeding? (Note: to enable notifications do so now)"
echo -n "[y/N] > "
read edit_flag
case ${edit_flag} in