Update lxc-mount-manager.sh

This commit is contained in:
MacRimi
2025-09-07 19:10:23 +02:00
committed by GitHub
parent 49eeb6020d
commit 24bb6b1d3d

View File

@@ -287,7 +287,7 @@ add_bind_mount() {
mpidx=$(get_next_mp_index "$ctid") mpidx=$(get_next_mp_index "$ctid")
result=$(pct set "$ctid" -mp${mpidx} "$host_path,mp=$ct_path,backup=0,acl=1" 2>&1) result=$(pct set "$ctid" -mp${mpidx} "$host_path,mp=$ct_path,shared=1,backup=0,acl=1" 2>&1)
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then
msg_ok "$(translate "Successfully mounted:") $host_path$ct_path" msg_ok "$(translate "Successfully mounted:") $host_path$ct_path"