mirror of
https://github.com/netdata/netdata.git
synced 2025-04-05 22:15:32 +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
|
case "$yn" in
|
||||||
[Yy]*) return 0;;
|
[Yy]*) return 0;;
|
||||||
[Nn]*) return 1;;
|
[Nn]*) return 1;;
|
||||||
*) echo "Please answer yes or no.";;
|
*) echo "Please answer y[es] or n[o]";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue