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!
master
TrainDoctor 2 years ago
parent ac0fde6d6e
commit 93c909b231

@ -76,7 +76,7 @@
"detail": "chmods folders to prevent perms issues",
"type": "shell",
"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": []
},
{

Loading…
Cancel
Save