From f0202336da594cd5a4a573f56375ef491593a7e3 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 24 Mar 2025 13:22:11 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/install.sh b/src/install.sh index 79709e9..23e839c 100644 --- a/src/install.sh +++ b/src/install.sh @@ -5,6 +5,7 @@ set -Eeuo pipefail if [ -f "$STORAGE/dsm.ver" ]; then BASE=$(<"$STORAGE/dsm.ver") + BASE="${BASE//[![:print:]]/}" [ -z "$BASE" ] && BASE="DSM_VirtualDSM_69057" else # Fallback for old installs