瀏覽代碼

fixes wrong ownership for bindfs

test
Jean-Christophe Vanhalle 2 年之前
父節點
當前提交
d71b16e10f
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      mount-volumes.sh

+ 2
- 2
mount-volumes.sh 查看文件

@@ -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}" \

Loading…
取消
儲存