mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-04 00:01:36 +01:00
Github bot : script beautyshied
This commit is contained in:
@@ -2,11 +2,11 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
if [ ! -f /touched ]; then
|
if [ ! -f /touched ]; then
|
||||||
until [[ -n $(cat /data/*_1.log 2>/dev/null) ]]; do
|
until [[ -n $(cat /data/*_1.log 2>/dev/null) ]]; do
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
bashio::log.info "Here are the admin informations:"
|
bashio::log.info "Here are the admin informations:"
|
||||||
cat /data/*_1.log
|
cat /data/*_1.log
|
||||||
touch /touched
|
touch /touched
|
||||||
rm /etc/services.d/logs.sh
|
rm /etc/services.d/logs.sh
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user