diff --git a/plugins/php/versions/all_test.sh b/plugins/php/versions/all_test.sh index 410d33b45..a0c834d40 100644 --- a/plugins/php/versions/all_test.sh +++ b/plugins/php/versions/all_test.sh @@ -35,7 +35,7 @@ PHP_VER_LIST=(53 54 55 56 70 71 72 73 74 80 81) for PHP_VER in ${PHP_VER_LIST[@]}; do echo "php${PHP_VER} -- start" if [ -d /www/server/php/${PHP_VER} ];then - cd /www/server/mdserver-web/plugins/php && bash install.sh install + cd /www/server/mdserver-web/plugins/php && bash install.sh install ${PHP_VER} fi echo "php${PHP_VER} -- end" done