June 22, 20251 yr how do you pass an environent variable that contains multiple -here is an example1 variable needs to contain all of the belowbut keeps getting split into myultiple variables-e SpecialEXTRAPARAM='-u [email protected] -p password 123 -d 14 -N 14 -n 14 -j -M -T -c ./cache/ZAPD -o tvguidez.xml -A "new live" -U -T -9'all of this is one linei need to pass'-u [email protected] -p password 123 -d 14 -N 14 -n 14 -j -M -T -c ./cache/ZAPD -o tvguidez.xml -A "new live" -U -T -9'to the environment variable SpecialEXTRAPARAMbut it keeps splitting at all the - "dashes" and creating additional parametersis there some sort of escape character i need to usecomming from another system, all docker ever needed was-e SpecialEXTRAPARAM='-u [email protected] -p password 123 -d 14 -N 14 -n 14 -j -M -T -c ./cache/ZAPD -o tvguidez.xml -A "new live" -U -T -9'how do i make the whole line pass as one parameter value
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.