aboutsummaryrefslogtreecommitdiff
path: root/src/php
diff options
context:
space:
mode:
Diffstat (limited to 'src/php')
-rw-r--r--src/php/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/install.sh b/src/php/install.sh
index 847f50f..1f3d9d9 100644
--- a/src/php/install.sh
+++ b/src/php/install.sh
@@ -197,7 +197,7 @@ rm -rf ${PHP_SRC_DIR}
updaterc "if [[ \"\${PATH}\" != *\"${CURRENT_DIR}\"* ]]; then export PATH=${CURRENT_DIR}/bin:\${PATH}; fi"
-chown -R :php "${PHP_DIR}"
+chown -R "${USERNAME}:php" "${PHP_DIR}"
chmod -R g+r+w "${PHP_DIR}"
find "${PHP_DIR}" -type d | xargs -n 1 chmod g+s