Archived
1
0

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
commit f3ef414fd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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