mirror of
https://git.pionaiki.com/marta/nixie.git
synced 2025-10-09 05:47:21 +00:00
Fixing wording
This commit is contained in:
parent
c5623c9b09
commit
4b5be69d3c
1 changed files with 1 additions and 1 deletions
2
nixie
2
nixie
|
@ -20,7 +20,7 @@ CHOOSE_CASE () {
|
||||||
[uU]* ) UPDATE ;;
|
[uU]* ) UPDATE ;;
|
||||||
[vV]* ) REVIEW ;;
|
[vV]* ) REVIEW ;;
|
||||||
[rR]* ) RESTORE ;;
|
[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 ;;
|
*) echo -e -n "[ ${Yellow}incorrect input ${NC}] " && CHOOSE_CASE ;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue