diff --git a/install-helper.sh b/install-helper.sh index abe1585..1e2e309 100755 --- a/install-helper.sh +++ b/install-helper.sh @@ -24,6 +24,7 @@ function installPhpModule() { case "$1" in -y) $DEBUG printf "no\n" | pecl install $2 + shift ;; redis) installRedis