From 086365bc1c284ddee97f1a944c4d39b0d0291693 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Mon, 3 Jun 2024 02:24:29 +0200 Subject: [PATCH] 404 Brain not found --- startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.sh b/startup.sh index 6414458..bfe948e 100755 --- a/startup.sh +++ b/startup.sh @@ -46,7 +46,7 @@ EOF fi # Load configuration file -if [ -f "config.sh" ] && source "config.sh" +[[ -f "config.sh" ]] && source "config.sh" # Process configuration changes # -> Flow control