Merge pull request #4231 from cdr/jsjoeio/revert-4116

Revert "fix: run postinstall script explicitly with bash (#4116)"
This commit is contained in:
Joe Previte
2021-09-23 19:33:46 +00:00
committed by GitHub

View File

@ -49,7 +49,7 @@ bundle_code_server() {
{ {
"commit": "$(git rev-parse HEAD)", "commit": "$(git rev-parse HEAD)",
"scripts": { "scripts": {
"postinstall": "bash ./postinstall.sh" "postinstall": "sh ./postinstall.sh"
} }
} }
EOF EOF