mirror of
https://github.com/netdata/netdata.git
synced 2025-04-02 20:48:06 +00:00
netdata-uninstaller: improve input prompt with more descriptive guidance (#19855)
This commit is contained in:
parent
369635d2f7
commit
c718bca80d
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ user_input() {
|
|||
case "$yn" in
|
||||
[Yy]*) return 0;;
|
||||
[Nn]*) return 1;;
|
||||
*) echo "Please answer yes or no.";;
|
||||
*) echo "Please answer y[es] or n[o]";;
|
||||
esac
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue