Bash interpolation issue with reserved characters

前端 未结 0 1853
悲哀的现实
悲哀的现实 2020-12-15 07:40

I have variables $a, $b, ... that I am trying to pass into a command in a script:

    helm upgrade -f ./values.yaml / 
    --set db.auth_key=$a /
    --set ..         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题