mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 04:08:01 +08:00
commit
842df58cf9
@ -9,6 +9,7 @@
|
||||
## Fixed
|
||||
|
||||
- [#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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
|
||||
basepath=$(cd `dirname $0`; pwd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user