Update samba_client.sh

This commit is contained in:
MacRimi
2025-09-04 20:26:51 +02:00
parent 1be63f396b
commit d3ec71052e

View File

@@ -759,7 +759,7 @@ mount_samba_share() {
configure_mount_options || return
show_proxmenux_logo
msg_title "$(translate "Installing Samba Client")"
msg_title "$(translate "Installing Samba Client in LXC")"
if ! pct exec "$CTID" -- test -d "$MOUNT_POINT"; then
if pct exec "$CTID" -- mkdir -p "$MOUNT_POINT"; then