2020-04-18 19:49:18 -07:00

10 lines
214 B
Bash

#!/bin/sh
. /etc/profile
# stop and remove container
docker stop webgrabplus
# remove image from cron updater list
sed -i '/webgrabplus/d' /storage/.kodi/userdata/addon_data/docker.linuxserver.updater/update.sh