mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-11-18 03:26:17 +00:00
Update lxc-mount-manager.sh
This commit is contained in:
@@ -352,8 +352,9 @@ mount_host_directory_to_lxc() {
|
|||||||
chown -R root:"$group_name" "$host_dir" 2>/dev/null || true
|
chown -R root:"$group_name" "$host_dir" 2>/dev/null || true
|
||||||
chmod -R 2775 "$host_dir" 2>/dev/null || true
|
chmod -R 2775 "$host_dir" 2>/dev/null || true
|
||||||
|
|
||||||
|
|
||||||
# Step 4: Select container mount point
|
# Step 4: Select container mount point
|
||||||
|
clear
|
||||||
local ct_mount_point
|
local ct_mount_point
|
||||||
ct_mount_point=$(select_container_mount_point "$container_id" "$host_dir")
|
ct_mount_point=$(select_container_mount_point "$container_id" "$host_dir")
|
||||||
if [[ -z "$ct_mount_point" ]]; then
|
if [[ -z "$ct_mount_point" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user