mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
you killed my keys :(
I needed to reinstall the wireguard and without warning all the keys were demolished: ( This is bad! At least about this you need to ask the user additionally.
This commit is contained in:
parent
21b5e56eea
commit
059d14ea33
1 changed files with 2 additions and 2 deletions
|
@ -369,8 +369,8 @@ function uninstallWg() {
|
|||
elif [[ ${OS} == 'arch' ]]; then
|
||||
pacman -Rs --noconfirm wireguard-tools qrencode
|
||||
fi
|
||||
|
||||
rm -rf /etc/wireguard
|
||||
|
||||
#rm -rf /etc/wireguard
|
||||
rm -f /etc/sysctl.d/wg.conf
|
||||
|
||||
# Reload sysctl
|
||||
|
|
Loading…
Add table
Reference in a new issue