mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-26 17:26:05 +02:00
clean log
This commit is contained in:
@@ -4,9 +4,9 @@ TOKEN=$(bashio::config 'secret_token')
|
|||||||
|
|
||||||
mv -f /data/joal/config.json / || true
|
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
|
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
|
chown -R $(id -u):$(id -g) /data/joal
|
||||||
rm /data/joal/jack-of*
|
rm /data/joal/jack-of*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user