Update 99-run.sh

This commit is contained in:
Alexandre
2023-06-03 20:24:55 +02:00
committed by GitHub
parent 35099dad50
commit a163c9b1c3

View File

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