From e696c26f787ac79a7b48ec92ab415391f142241d Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Fri, 25 Sep 2026 10:18:26 +0200 Subject: [PATCH] add default value assign config file --- src/albentohandy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/albentohandy b/src/albentohandy index 9bfbfb8..fcc8ca7 100755 --- a/src/albentohandy +++ b/src/albentohandy @@ -18,7 +18,7 @@ check_programs() load_config() { - CONFIG_FILE=${CONFIG_FILE:="$HOME/.albentohandy.conf"} + CONFIG_FILE=${CONFIG_FILE:-"$HOME/.albentohandy.conf"} [ -f "$CONFIG_FILE" ] \ || errlog "missing $CONFIG_FILE" \ -- 2.47.3