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 }