Update menu.sh

This commit is contained in:
bash
2024-08-12 22:12:14 +02:00
committed by GitHub
parent a842218321
commit a7becc8904

View File

@@ -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
##########################################################################################