mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-18 19:00:15 +00:00
more uninstall
This commit is contained in:
parent
ff77077d56
commit
56adbca52e
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ removeAll(){
|
||||||
if [ -r "${setupConfigDir}/${othervpn}/${setupVarsFile}" ]; then
|
if [ -r "${setupConfigDir}/${othervpn}/${setupVarsFile}" ]; then
|
||||||
vpnStillExists='yes'
|
vpnStillExists='yes'
|
||||||
$SUDO rm -f /usr/local/bin/pivpn
|
$SUDO rm -f /usr/local/bin/pivpn
|
||||||
$SUDO ln -s -T ${pivpnScriptDir}/${othervpn}/pivpn.sh /usr/local/bin/pivpn
|
$SUDO ln -s -T /opt/pivpn/${othervpn}/pivpn.sh /usr/local/bin/pivpn
|
||||||
echo ":::"
|
echo ":::"
|
||||||
echo "::: Two VPN protocols exist, you should remove the other one too"
|
echo "::: Two VPN protocols exist, you should remove the other one too"
|
||||||
echo ":::"
|
echo ":::"
|
||||||
|
|
Loading…
Reference in a new issue