Update debug.sh

pull/117/head
midoks 3 years ago
parent 59bd71e98c
commit aa6c0c3e24
  1. 2
      scripts/quick/debug.sh

@ -28,7 +28,9 @@ PHP_VER_LIST=(53 54 55 56 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/${PHP_VER} ];then
cd /www/server/mdserver-web/plugins/php && bash install.sh install ${PHP_VER}
fi
echo "php${PHP_VER} -- end"
done

Loading…
Cancel
Save