mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-02-13 22:20:26 +08:00
10 lines
210 B
Bash
10 lines
210 B
Bash
#!/bin/sh
|
|
|
|
. /etc/profile
|
|
|
|
# stop and remove container
|
|
docker stop duplicati
|
|
|
|
# remove image from cron updater list
|
|
sed -i '/duplicati/d' /storage/.kodi/userdata/addon_data/docker.linuxserver.updater/update.sh
|