Update samba.sh

This commit is contained in:
Kroese 2025-03-18 15:54:07 +01:00 committed by GitHub
parent 55f593fac4
commit c97e78d4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ if [[ "$DHCP" == [Yy1]* ]]; then
interface="$VM_NET_DEV"
fi
if [[ "${NETWORK,,}" == "user"* ]];
if [[ "${NETWORK,,}" == "user"* ]]; then
hostname="$IP"
interface="$VM_NET_DEV"
fi