From a7becc8904942a6da94d791328f8317493639bc7 Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:12:14 +0200 Subject: [PATCH] Update menu.sh --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 6c8e1f8..506720d 100755 --- a/menu.sh +++ b/menu.sh @@ -5,7 +5,7 @@ export ROOT_DIR="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" # USER CONFIG ########################################################################################## set -a # export all variables created next -source USER.ENV +source settings.env set +a # stop exporting ##########################################################################################