diff --git a/CHANGELOG.md b/CHANGELOG.md index a14cd5d7d..a846b0ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/di/bin/init-proxy.sh b/src/di/bin/init-proxy.sh index e6c0e97ac..0b3c0ee79 100755 --- a/src/di/bin/init-proxy.sh +++ b/src/di/bin/init-proxy.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh basepath=$(cd `dirname $0`; pwd)