Commit 399b0795 authored by Vitaly Lipatov's avatar Vitaly Lipatov

update_cloned_vz.sh: use any php version

parent 2f3d5890
...@@ -11,7 +11,7 @@ fix_phpconf() ...@@ -11,7 +11,7 @@ fix_phpconf()
{ {
local TO="$1" local TO="$1"
local PCD local PCD
for i in 5.6 5.5 5.4 5.3 ; do for i in *.* ; do
PCD="$TO/etc/php/$i/apache2-mod_php/php.ini" PCD="$TO/etc/php/$i/apache2-mod_php/php.ini"
if [ -r "$PCD" ] ; then if [ -r "$PCD" ] ; then
# broken on CentOS # broken on CentOS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment