fixed typo in hooks.json filename

main
Andre Challier 2024-03-27 15:25:11 +01:00
parent 8bc19664ef
commit 1366faed27
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
#
# Define the template file path
template_file="/etc/webhook/hook.json.tmpl"
template_file="/etc/webhook/hooks.json.tmpl"
# Define the output file path
output_file="/etc/webhook/hook.json"
output_file="/etc/webhook/hooks.json"
# Check if the template file exists
if [ ! -f "$template_file" ];