mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Removed /dev/null from rm -rf
This commit is contained in:
parent
1ed1b5a1b7
commit
b0b3889a45
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ elif [[ $OS == 'arch' ]]; then
|
|||
fi
|
||||
|
||||
# Delete /etc/wireguard
|
||||
rm -rf /etc/wireguard > /dev/null 2>&1
|
||||
rm -rf /etc/wireguard
|
||||
|
||||
# Delete wg.conf
|
||||
rm -f /etc/sysctl.d/wg.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue