Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chmodplugins task fails when deckpass starts with $ #28

Open
cstria0106 opened this issue Jul 23, 2023 · 1 comment
Open

chmodplugins task fails when deckpass starts with $ #28

cstria0106 opened this issue Jul 23, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@cstria0106
Copy link

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": []
},
@PartyWumpus PartyWumpus added the bug Something isn't working label Nov 11, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in SDH Tracker Nov 11, 2023
@PartyWumpus PartyWumpus moved this from 🆕 New to ❓ Under Consideration in SDH Tracker Nov 11, 2023
@TrainDoctor
Copy link
Member

I am not able to confirm this at the moment, if someone is able to confirm if this works please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Under Consideration
Development

No branches or pull requests

3 participants