fix(monitor): Remove incorrect folder from path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user