diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-06-15 00:46:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 00:46:21 +0300 |
commit | dd7e7d65b65f2f1706d18402136bcbaecbf8c897 (patch) | |
tree | 1e7575e7bd9a09cb265b10fb0343705d48a17314 /src/php | |
parent | 423b6d55420fe66e6e0bc4c2b5df254f7881d881 (diff) |
add username:user_groupv0.0.1
Diffstat (limited to 'src/php')
-rw-r--r-- | src/php/install.sh | 2 |
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 |