diff --git a/mm-scripts.sh b/mm-scripts.sh index 90dc3bc..0e8f1c4 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -57,7 +57,7 @@ MMSTART(){ if [ ${GOFORSTART} = true ]; then mmsv='Starting' echo - OUT=$(/usr/bin/wg link | grep "${VPN_INTERFACE}") + OUT=$(/sbin/ip link | grep "${VPN_INTERFACE}") if [ ${#OUT} = 0 ]; then echo -en "${idsCL[LightCyan]}Setting up the VPN Tunnel config :${idsCL[Default]}" privkey=$(/usr/bin/wg genkey)