diff options
Diffstat (limited to 'src/php/install.sh')
-rwxr-xr-x | 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 0807fb7..fdc374a 100755 --- a/src/php/install.sh +++ b/src/php/install.sh @@ -220,6 +220,6 @@ fi chown -R "${USERNAME}:php" "${PHP_DIR}" chmod -R g+r+w "${PHP_DIR}" -find "${PHP_DIR}" -type d | xargs -n 1 chmod g+s +find "${PHP_DIR}" -type d -print0 | xargs -n 1 -0 chmod g+s echo "Done!" |