diff --git a/monitor/monitor.hook.sh b/monitor/monitor.hook.sh index 1c34779..5d5dd00 100644 --- a/monitor/monitor.hook.sh +++ b/monitor/monitor.hook.sh @@ -3,7 +3,7 @@ # This script helps to configure monitor.conf # Source the monitor.conf to get current values -source monitor/monitor.conf +source monitor.conf # Check if COMPANY_NAME or NTFY_TOKEN are still default if [ "$COMPANY_NAME" = "Company" ] || [ "$NTFY_TOKEN" = "tk_xxxxx" ]; then