Update 99-run.sh

This commit is contained in:
Alexandre
2021-12-02 13:54:49 +01:00
committed by GitHub
parent c81541954c
commit ed3c8ac549

View File

@@ -73,7 +73,7 @@ do
if [[ "${word}" == *'!secret '* ]]; then
secret=${word#*secret }
secret=$(sed "/$secret/!d" /config/secrets.yaml)
secret==${secret#*: }
secret=${secret#*: }
#echo "secret : $secret"
# Extract value from secrets file
#(eval parse_yaml "/config/secrets.yaml" "") >/secrettmp