Update all_test.sh

This commit is contained in:
midoks 2022-07-10 01:38:06 +08:00
parent da3eead573
commit b88e60964d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ PHP_VER_LIST=(56 70 71 72 73 74 80 81)
# PHP_VER_LIST=(81)
for PHP_VER in ${PHP_VER_LIST[@]}; do
echo "php${PHP_VER} -- start"
if [ -d /www/server/php-apt/${PHP_VER} ];then
if [ ! -d /www/server/php-apt/${PHP_VER} ];then
cd /www/server/mdserver-web/plugins/php-apt && bash install.sh install ${PHP_VER}
fi
echo "php${PHP_VER} -- end"