mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-02-04 00:14:41 +08:00
10 lines
210 B
Bash
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
|