From 3fb52e44097343943c9b2244bfc4a1a64daddfc8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 11 Sep 2024 18:54:44 +0200 Subject: [PATCH] fix: Wait message --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 386d994..3944f73 100644 --- a/src/install.sh +++ b/src/install.sh @@ -408,7 +408,7 @@ fi mv -f "$BOOT" "$STORAGE/$BASE.boot.img" rm -rf "$TMP" -html "Installation finished successfully..." +html "Booting DSM instance..." sleep 1.2 return 0