Update mm-scripts.sh

This commit is contained in:
2023-03-22 20:18:20 -05:00
parent 5542688bb3
commit e115266340

View File

@@ -57,7 +57,7 @@ MMSTART(){
if [ ${GOFORSTART} = true ]; then
mmsv='Starting'
echo
OUT=$(/usr/bin//usr/bin/wg link | grep "${VPN_INTERFACE}")
OUT=$(/usr/bin/wg 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)