From 4b5be69d3c69d6056ee668e865a1d4631eae9ff5 Mon Sep 17 00:00:00 2001 From: Marta Sokolska Date: Sun, 8 Jun 2025 03:44:52 +0200 Subject: [PATCH] Fixing wording --- nixie | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixie b/nixie index d7f83cb..2492a24 100755 --- a/nixie +++ b/nixie @@ -20,7 +20,7 @@ CHOOSE_CASE () { [uU]* ) UPDATE ;; [vV]* ) REVIEW ;; [rR]* ) RESTORE ;; - [qQ]* ) echo -e "${IPurple}Quitting nixie. ${Purple}Changes kept in /etc/nixos.${NC}" && QUIT ;; + [qQ]* ) echo -e "${IPurple}Quitting nixie.${NC}" && QUIT ;; *) echo -e -n "[ ${Yellow}incorrect input ${NC}] " && CHOOSE_CASE ;; esac }