Update all_test.sh

pull/123/head
midoks 3 years ago
parent da3eead573
commit b88e60964d
  1. 2
      plugins/php-apt/versions/all_test.sh

@ -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"

Loading…
Cancel
Save