From 6d02ccaf2a08e01393b1436767fb42c2ba4e52ec Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 22 Oct 2025 01:52:11 +0200 Subject: [PATCH] Update network.sh --- src/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.sh b/src/network.sh index d234647..78f639f 100644 --- a/src/network.sh +++ b/src/network.sh @@ -838,7 +838,7 @@ else "passt" | "slirp" ) if [ -z "$USER_PORTS" ]; then - info "Notice: because user-mode networking is active, when you need to forward custom ports to $APP, add them to the \"USER_PORTS\" variable." + info "Notice: because user-mode networking is active, when you need to forward custom ports to DSM, add them to the \"USER_PORTS\" variable." fi ;; esac