From d2095001a1fc54ad15e6aa06d675b2d7af62ed57 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 12 Feb 2023 08:56:43 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults.inc b/defaults.inc index f693e96..d34db23 100755 --- a/defaults.inc +++ b/defaults.inc @@ -2,7 +2,7 @@ VERS='2.01132023' -MMSRV=$(/sbin/ip -o -4 addr list ens160 | awk '{print $4}' | cut -d/ -f1) +MMSRV=$(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) noheader=' check noup stop ' @@ -19,7 +19,7 @@ NM_SERVICES['qbittorrent']='qBittorrent (Torrent Downloader)' NM_SERVICES['snap.tautulli.tautulli']='Tautulli (Plex Stats)' NM_SERVICES['ombi']='Ombi (Download Requester)' -#if [[ $(/sbin/ip -o -4 addr list ens160 | awk '{print $4}' | cut -d/ -f1) == *"10.10.1.24"* ]]; then +#if [[ $(/sbin/ip -o -4 addr list eth0 | awk '{print $4}' | cut -d/ -f1) == *"10.10.1.24"* ]]; then if [ "${VPN_INTERFACE}" = "nordlynx" ]; then # VPN_START=(/usr/bin/nordvpn connect United_States Chicago)