mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 00:25:55 +02:00
Error Mgt
This commit is contained in:
@@ -26,6 +26,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
########################################
|
########################################
|
||||||
mkdir -p -m 777 /config/filebrowser || true
|
mkdir -p -m 777 /config/filebrowser || true
|
||||||
|
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
echo 'WebUI\LocalHostAuth=false' >>/defaults/qBittorrent.conf \
|
echo 'WebUI\LocalHostAuth=false' >>/defaults/qBittorrent.conf \
|
||||||
>>/defaults/qBittorrent.conf
|
>>/defaults/qBittorrent.conf
|
||||||
|
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
|||||||
mv /tmp/bashio/lib /usr/lib/bashio
|
mv /tmp/bashio/lib /usr/lib/bashio
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||||
rm -rf /tmp/bashio
|
rm -rf /tmp/bashio
|
||||||
) &>/dev/null
|
) >/dev/null 2>/aaa && \
|
||||||
echo "Bashio installed"
|
echo "Bashio installed" | cat /aaa
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user