fixes wrong ownership for bindfs

This commit is contained in:
Jean-Christophe Vanhalle
2023-11-24 08:28:11 +01:00
parent 623bd1741d
commit d71b16e10f

View File

@@ -31,8 +31,8 @@ for volume in ${volumes}; do
fi
echo "mounting ${mount_path}"
sudo /usr/bin/bindfs \
--create-for-group=root \
--create-for-user=root \
--create-for-group=www-data \
--create-for-user=www-data \
--force-group="${MOUNT_USER}" \
--force-user="${MOUNT_USER}" \
"${volume_path}" \