chore: changed userinput style
Contains also indentation to two spaces instead of four as requested by th33xitus Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
@@ -15,6 +15,9 @@
|
|||||||
# https://github.com/KwadFan/crowsnest #
|
# https://github.com/KwadFan/crowsnest #
|
||||||
#=======================================================================#
|
#=======================================================================#
|
||||||
|
|
||||||
|
# shellcheck enable=require-variable-braces
|
||||||
|
# shellcheck disable=SC2154
|
||||||
|
|
||||||
# Error Handling
|
# Error Handling
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
@@ -65,7 +68,7 @@ function check_multi_instance(){
|
|||||||
function continue_config() {
|
function continue_config() {
|
||||||
local reply
|
local reply
|
||||||
while true; do
|
while true; do
|
||||||
read -erp "Continue? [Y/n]: " -i "Y" reply
|
read -erp "${cyan}###### Continuing with configuration? (y/N):${white} " reply
|
||||||
case "${reply}" in
|
case "${reply}" in
|
||||||
[Yy]* )
|
[Yy]* )
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user