php-fpm www.conf listen tcp

This commit is contained in:
2022-03-14 09:10:27 +01:00
parent 2f775470fd
commit 6bed4a690d
2 changed files with 4 additions and 4 deletions

View File

@@ -144,9 +144,9 @@ fi
if version_greater "$image_version" "$installed_version"; then
log "Dolibarr initialization..."
if [ "$(id -u)" = 0 ]; then
rsync_options="-rlDog --chown www-data:root"
rsync_options="-rvlDog --chown www-data:root"
else
rsync_options="-rlD"
rsync_options="-rvlD"
fi
mkdir -p /var/www/scripts