Update opcache.sh

pull/109/head
midoks 5 years ago
parent 9e580ee406
commit 2f4cc92ece
  1. 2
      plugins/php/versions/53/opcache.sh

@ -34,7 +34,7 @@ Install_lib()
if [ ! -f "$extFile" ];then if [ ! -f "$extFile" ];then
php_lib=$sourcePath/php_${version}_lib php_lib=$sourcePath/php_lib
mkdir -p $php_lib mkdir -p $php_lib
if [ ! -d $php_lib/zendopcache-7.0.5 ];then if [ ! -d $php_lib/zendopcache-7.0.5 ];then

Loading…
Cancel
Save