Skip to content

chmodplugins task fails when deckpass starts with $ #28

Description

@cstria0106

Untitled

Maybe it can be fixed by modifying tasks.json

{
  "label": "chmodplugins",
  "detail": "chmods plugins folder to prevent perms issues",
  "type": "shell",
  "group": "none",
  "command": "ssh ${config:deckuser}@${config:deckip} -p ${config:deckport} ${config:deckkey} 'echo '$(printf \"%q\" '${config:deckpass}')' | sudo -S chmod -R ug+rw ${config:deckdir}/homebrew/plugins/'",
  "problemMatcher": []
},

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    • Status
      ❓ Under Consideration

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions