From 6dbdb48bc5eb7cdd0bd437408c9374134017a448 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Tue, 23 Jun 2020 13:23:34 -0500 Subject: [PATCH] add more plugins that should be removed --- upgrade4to5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade4to5 b/upgrade4to5 index c6d133f..e396dc8 100755 --- a/upgrade4to5 +++ b/upgrade4to5 @@ -23,7 +23,7 @@ export LANG=C.UTF-8 declare -i failed=0 mkconf="/usr/sbin/omv-mkconf" -plugins="cups dnsmasq docker-gui domoticz duplicati eyefi ldap letsencrypt mysql nginx openvpn pxe remotedesktop route shellinabox syncthing transmissionbt urbackup-server vdo virtualbox webdav netatalk route" +plugins="cups dnsmasq docker-gui domoticz duplicati eyefi ldap letsencrypt mysql nginx openvpn pxe remotedesktop route shellinabox syncthing transmissionbt urbackup-server vdo virtualbox webdav netatalk route mumble vdr vdr-extras vdr-vnsiserver" if [ ! -f "${mkconf}" ]; then echo "Creating omv-mkconf to help remove plugins"