Jérôme Delagnes ef8aa766c7
daapd: initial release (#87)
Co-authored-by: jdelagnes <jerome@codersaround.com>
2021-04-28 11:07:36 -04:00

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