Merge pull request #168 from zanven42/patch-1

Update index.js for #167
This commit is contained in:
Stefan Zweifel 2021-07-12 08:19:32 +02:00 committed by GitHub
commit 0f40b585f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const exec = (cmd, args=[]) => new Promise((resolve, reject) => {
});
const main = async () => {
await exec('bash', [path.join(__dirname, './entrypoint.sh')]);
await exec('sh', [path.join(__dirname, './entrypoint.sh')]);
};
main().catch(err => {