From 56adbca52eeec5bd416e6b388ac661280106f605 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sun, 10 May 2020 21:48:38 +0000 Subject: [PATCH] more uninstall --- scripts/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/uninstall.sh b/scripts/uninstall.sh index 86df98d..8d04cea 100755 --- a/scripts/uninstall.sh +++ b/scripts/uninstall.sh @@ -110,7 +110,7 @@ removeAll(){ if [ -r "${setupConfigDir}/${othervpn}/${setupVarsFile}" ]; then vpnStillExists='yes' $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 "::: Two VPN protocols exist, you should remove the other one too" echo ":::"