mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
doc(webi-essentials): fix typo in sudo prompt
This commit is contained in:
@@ -118,7 +118,7 @@ fn_polite_sudo() { (
|
||||
# this is user interactive, ask the user,defaulting to yes
|
||||
echo ""
|
||||
#shellcheck disable=SC2005 # echo for newline
|
||||
echo "$(t_attn 'Use sudo for the following? [Y/n])')"
|
||||
echo "$(t_attn 'Use sudo for the following? [Y/n]')"
|
||||
echo "${a_cmds}"
|
||||
read -r b_yes < /dev/tty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user