clean log

This commit is contained in:
Alexandre
2021-05-12 10:45:33 +02:00
parent e47352a9d0
commit 0e397dc8e1

View File

@@ -4,9 +4,9 @@ TOKEN=$(bashio::config 'secret_token')
mv -f /data/joal/config.json / || true
curl -s -L -o /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz"
curl -s -S -L -o /tmp/joal.tar.gz "https://github.com/anthonyraymond/joal/releases/download/2.1.24/joal.tar.gz" >/dev/null
mkdir -p /data/joal
tar zxvf /tmp/joal.tar.gz -C /data/joal
tar zxvf /tmp/joal.tar.gz -C /data/joal >/dev/null
chown -R $(id -u):$(id -g) /data/joal
rm /data/joal/jack-of*