Update 99-run.sh

This commit is contained in:
Alexandre
2023-06-03 18:10:16 +02:00
committed by GitHub
parent 1d61957926
commit a37d0f9064

View File

@@ -34,6 +34,7 @@ sed -i '/\S/s/^/export /' /config.env
# Delete lines starting with #
sed -i '/export #/d' /config.env
# Get variables
# Shellcheck disable=SC1091
source /config.env
rm /config.env
set +a