mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
fix(scripts): uninstall default option
fix #1653: update prompt to match the default action of script
This commit is contained in:
parent
df74230e77
commit
f7f81e1bf4
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ removeAll() {
|
||||||
|
|
||||||
for i in "${INSTALLED_PACKAGES[@]}"; do
|
for i in "${INSTALLED_PACKAGES[@]}"; do
|
||||||
while true; do
|
while true; do
|
||||||
read -rp "::: Do you wish to remove ${i} from your system? [Y/n]: " yn
|
read -rp "::: Do you wish to remove ${i} from your system? [y/n]: " yn
|
||||||
|
|
||||||
case "${yn}" in
|
case "${yn}" in
|
||||||
[Yy]*)
|
[Yy]*)
|
||||||
|
|
Loading…
Reference in a new issue