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
1 changed files with 1 additions and 1 deletions

View File

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