Update several config files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
17842e4204
commit
336619723e
4 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ function print_log() {
|
|||
}
|
||||
|
||||
function ask_prompt() {
|
||||
read -p "${BOLD}${BLUE}::${DEFAULT} ${1} [Y/n] ${RESET}" -n 1 -r
|
||||
read -p "${BOLD}${BLUE}::${DEFAULT} ${1} [y/N] ${RESET}" -n 1 -r
|
||||
echo ""
|
||||
|
||||
if [[ ${REPLY} =~ ^[^yY]$ ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue