This commit is contained in:
LinuxSquare 2024-01-11 19:47:08 +01:00
parent dc9273b0d5
commit fc471b8518

View file

@ -17,7 +17,7 @@ function pullpod() {
for i in $(getLocalConfValue "$(getValueByKey 'PODMAN_DIRECTORY')/${1}" 'container.envVars[]'); do for i in $(getLocalConfValue "$(getValueByKey 'PODMAN_DIRECTORY')/${1}" 'container.envVars[]'); do
read -p "Please enter a value for '$i': " $(echo $i) read -p "Please enter a value for '$i': " $(echo $i)
export $(echo $i) export $(echo $i)
sed "s/$(echo $i)/$(echo $i): $(printenv | grep $i | cut -d= -f2)/g" sed "s/$(echo $i)/$(echo $i): $(printenv | grep $i | cut -d= -f2)/g" "$(getValueByKey 'PODMAN_DIRECTORY')/${1}/docker-compose.yml"
done done
fi fi