diff --git a/plugins/php/versions/53/xhprof.sh b/plugins/php/versions/53/xhprof.sh index 6f8a6e508..2c2afae90 100755 --- a/plugins/php/versions/53/xhprof.sh +++ b/plugins/php/versions/53/xhprof.sh @@ -55,6 +55,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi echo "" >> $serverPath/php/$version/etc/php.ini diff --git a/plugins/php/versions/54/xhprof.sh b/plugins/php/versions/54/xhprof.sh index 8e44b38d0..ec96fb365 100755 --- a/plugins/php/versions/54/xhprof.sh +++ b/plugins/php/versions/54/xhprof.sh @@ -53,6 +53,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi diff --git a/plugins/php/versions/55/xhprof.sh b/plugins/php/versions/55/xhprof.sh index 60042d845..99fd778fb 100755 --- a/plugins/php/versions/55/xhprof.sh +++ b/plugins/php/versions/55/xhprof.sh @@ -56,6 +56,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi diff --git a/plugins/php/versions/56/xhprof.sh b/plugins/php/versions/56/xhprof.sh index 3ed8f0d28..8a11069eb 100755 --- a/plugins/php/versions/56/xhprof.sh +++ b/plugins/php/versions/56/xhprof.sh @@ -56,6 +56,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi diff --git a/plugins/php/versions/70/xhprof.sh b/plugins/php/versions/70/xhprof.sh index f2f1525a5..28da3ff08 100755 --- a/plugins/php/versions/70/xhprof.sh +++ b/plugins/php/versions/70/xhprof.sh @@ -56,6 +56,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi echo "" >> $serverPath/php/$version/etc/php.ini diff --git a/plugins/php/versions/71/xhprof.sh b/plugins/php/versions/71/xhprof.sh index 49221905f..ccefc84e0 100755 --- a/plugins/php/versions/71/xhprof.sh +++ b/plugins/php/versions/71/xhprof.sh @@ -56,6 +56,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi diff --git a/plugins/php/versions/72/xhprof.sh b/plugins/php/versions/72/xhprof.sh index 7ae68b708..8664bedfc 100755 --- a/plugins/php/versions/72/xhprof.sh +++ b/plugins/php/versions/72/xhprof.sh @@ -56,6 +56,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi echo "" >> $serverPath/php/$version/etc/php.ini diff --git a/plugins/php/versions/73/xhprof.sh b/plugins/php/versions/73/xhprof.sh index 1d4712cae..fec78d14e 100755 --- a/plugins/php/versions/73/xhprof.sh +++ b/plugins/php/versions/73/xhprof.sh @@ -56,6 +56,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi echo "" >> $serverPath/php/$version/etc/php.ini diff --git a/plugins/php/versions/74/xhprof.sh b/plugins/php/versions/74/xhprof.sh index 4e78fb7c7..f01475c2a 100755 --- a/plugins/php/versions/74/xhprof.sh +++ b/plugins/php/versions/74/xhprof.sh @@ -56,6 +56,7 @@ Install_lib() if [ ! -f /tmp/xhprof ];then mkdir -p /tmp/xhprof + chown -R www:www /tmp/xhprof fi echo "" >> $serverPath/php/$version/etc/php.ini