From 90ba8543a728a40f7f20cd95e3c0784679e5bc85 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Tue, 6 Jan 2026 21:56:37 -0500 Subject: [PATCH] Remove trailing period from wizard intro --- rpi/first-boot-wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index befff97..87d0941 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -52,7 +52,7 @@ echo -e "\033[1;37m First Boot Wizard\033[0m" echo -e "\033[38;5;93m══════════════\033[38;5;99m══════════════\033[38;5;105m══════════════\033[38;5;117m══════════════\033[0m" echo "" -gum style --foreground 245 "This wizard will help you configure your Stegasoo server." +gum style --foreground 245 "This wizard will help you configure your Stegasoo server" echo "" gum style --foreground 245 "You can reconfigure later by editing:" gum style --foreground 214 " /etc/systemd/system/stegasoo.service"