mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-18 10:41:29 +08:00
10 lines
214 B
Bash
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
|