From 7d082589a9c9bedfb65b1eb081e8a0fcaf8959a5 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 2 Apr 2025 22:35:54 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 920d2f8..2f78a33 100644 --- a/src/install.sh +++ b/src/install.sh @@ -501,7 +501,7 @@ setXML() { local file="/custom.xml" if [ -d "$file" ]; then - warn "The file $file does not exist, please make sure that you mapped it to a valid path!" + error "The bind $file maps to a file that does not exist!" && exit 67 fi [ ! -f "$file" ] || [ ! -s "$file" ] && file="$STORAGE/custom.xml"