#!/bin/sh
NZBGetExe=/usr/local/zy-pkgs/bin/nzbgetd
STATUSFILE="/usr/local/zy-pkgs/config/NZBGet/NZBGet"

# Before uninstall NZBGet, stop the service first.
$NZBGetExe stop
echo "Disabled" > $STATUSFILE

#Add the portal cmd
/usr/local/upnp/remove_upnpDB.sh NZBGET

exit 0
