From 80fd12f0f98e397987f2e642a5bb6dd55f13c541 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Mon, 6 Oct 2025 11:21:53 +0200 Subject: [PATCH] fix(monitor): Remove incorrect folder from path --- monitor/monitor.hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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