Update lxc-mount-manager.sh

This commit is contained in:
MacRimi
2025-09-06 10:10:37 +02:00
parent 9444f0a68b
commit de20da2dad

View File

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