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

10 lines
210 B
Bash

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