Removed /dev/null from rm -rf

This commit is contained in:
Navratan Gupta 2020-07-02 20:10:24 +05:30
parent 1ed1b5a1b7
commit b0b3889a45

View file

@ -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