mirror of
https://github.com/pivpn/pivpn.git
synced 2025-04-22 23:30:11 +00:00
Changed variable name, corrected rm typo
This commit is contained in:
parent
44feb0b853
commit
4a49787b28
4 changed files with 12 additions and 12 deletions
|
@ -151,7 +151,7 @@ removeAll(){
|
|||
elif [ "${i}" = "openvpn" ]; then
|
||||
|
||||
if [ "$PLAT" = "Debian" ] || [ "$PLAT" = "Ubuntu" ]; then
|
||||
rm -r /etc/apt/sources.list.d/pivpn-openvpn-repo.list
|
||||
rm -f /etc/apt/sources.list.d/pivpn-openvpn-repo.list
|
||||
$PKG_MANAGER update &> /dev/null
|
||||
fi
|
||||
deluser openvpn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue