Compare commits

..

2 Commits

Author SHA1 Message Date
Stanislas Lange
193fe396a1
Remove trailing space 2022-10-16 22:01:08 +02:00
Hasan Aga
f895b55058
remove default char "n" from uninstall step (#370) 2022-10-16 21:59:16 +02:00

View File

@ -362,7 +362,8 @@ function revokeClient() {
function uninstallWg() {
echo ""
read -rp "Do you really want to remove WireGuard? [y/n]: " -e -i n REMOVE
read -rp "Do you really want to remove WireGuard? [y/n]: " -e REMOVE
REMOVE=${REMOVE:-n}
if [[ $REMOVE == 'y' ]]; then
checkOS