fix(monitor): Remove incorrect folder from path

This commit is contained in:
2025-10-06 11:21:53 +02:00
parent f597ae09aa
commit 80fd12f0f9

View File

@@ -3,7 +3,7 @@
# This script helps to configure monitor.conf # This script helps to configure monitor.conf
# Source the monitor.conf to get current values # 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 # Check if COMPANY_NAME or NTFY_TOKEN are still default
if [ "$COMPANY_NAME" = "Company" ] || [ "$NTFY_TOKEN" = "tk_xxxxx" ]; then if [ "$COMPANY_NAME" = "Company" ] || [ "$NTFY_TOKEN" = "tk_xxxxx" ]; then