Missed a spot, this will make all subdirs of homebrew readwrite-able

Keep in mind this does not reflect the default setup for end-users!
This commit is contained in:
TrainDoctor 2022-07-26 13:36:49 -07:00
parent ac0fde6d6e
commit 93c909b231

2
.vscode/tasks.json vendored
View file

@ -76,7 +76,7 @@
"detail": "chmods folders to prevent perms issues", "detail": "chmods folders to prevent perms issues",
"type": "shell", "type": "shell",
"group": "none", "group": "none",
"command": "ssh deck@${config:deckip} -p ${config:deckport} ${config:deckkey} 'echo '${config:deckpass}' | sudo -S chmod -R ug+rw ${config:deckdir}/homebrew/dev/'", "command": "ssh deck@${config:deckip} -p ${config:deckport} ${config:deckkey} 'echo '${config:deckpass}' | sudo -S chmod -R ug+rw ${config:deckdir}/homebrew/'",
"problemMatcher": [] "problemMatcher": []
}, },
{ {