Merge pull request #1254 from huangzhhui/fix#1187

Change bash to sh
This commit is contained in:
李铭昕 2020-01-10 09:44:18 +08:00 committed by GitHub
commit 842df58cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
## Fixed ## Fixed
- [#1223](https://github.com/hyperf/hyperf/pull/1223) Fixed the scanner will missing the packages at require-dev of composer.json - [#1223](https://github.com/hyperf/hyperf/pull/1223) Fixed the scanner will missing the packages at require-dev of composer.json
- [#1254](https://github.com/hyperf/hyperf/pull/1254) Fixed bash not found on some environment like Alpine when execute `init-proxy.sh`.
## Optimized ## Optimized

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env sh
basepath=$(cd `dirname $0`; pwd) basepath=$(cd `dirname $0`; pwd)