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:
Stephan Wendel
2023-01-26 20:54:33 +01:00
parent 12175681c4
commit 08dbafa087

View File

@@ -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