Update 99-run.sh

This commit is contained in:
Alexandre
2021-12-02 13:29:58 +01:00
committed by GitHub
parent a657b21e3b
commit e6c64978d1

View File

@@ -42,6 +42,7 @@ echo "Symlink created"
# Export all yaml entries as env variables
# Helper function
set +u
function parse_yaml {
local prefix=$2 || local prefix=""
local s='[[:space:]]*' w='[a-zA-Z0-9_]*' fs=$(echo @ | tr @ '\034')