mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-27 18:41:43 +08:00
10 lines
202 B
Bash
10 lines
202 B
Bash
#!/bin/sh
|
|
|
|
. /etc/profile
|
|
|
|
# stop and remove container
|
|
docker stop daapd
|
|
|
|
# remove image from cron updater list
|
|
sed -i '/daapd/d' /storage/.kodi/userdata/addon_data/docker.linuxserver.updater/update.sh
|