Update common.sh

pull/121/head
midoks 3 years ago
parent 1baca32677
commit c63108f83e
  1. 2
      plugins/php-yum/versions/common.sh

@ -21,6 +21,8 @@ extName=$3
FILE=${curPath}/${version}/${extName}.sh
# yum install -y php81-php-yar
echo "action php${version}-php-${extName}"
if [ "$action" == 'install' ];then
if [ -f $FILE ];then

Loading…
Cancel
Save