This commit is contained in:
2023-03-25 13:28:16 -05:00
parent c2d453b157
commit 599bb33564
2 changed files with 9 additions and 1 deletions

View File

@@ -43,6 +43,14 @@ MM_UPDATE_REPO['lidarr']='lidarr'
MM_UPDATE_REPO['jackett']='jackett'
MM_UPDATE_REPO['bazarr']='morpheus65535'
declare -A MM_UPDATE_REPO_GREP
MM_UPDATE_REPO_GREP['ombi']='linux-x64'
MM_UPDATE_REPO_GREP['radarr']='linux-core-x64'
MM_UPDATE_REPO_GREP['lidarr']='linux-core-x64'
MM_UPDATE_REPO_GREP['jackett']='LinuxAMDx64'
MM_UPDATE_REPO_GREP['bazarr']='zip'
if [ "${VPN_INTERFACE}" = "tun0" ]; then #openvpn
VPN_START=(/bin/systemctl start openvpn)
VPN_STOP=(/bin/systemctl stop openvpn)