mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
e5adbd266f
commit
f728166b14
@@ -3,11 +3,11 @@
|
||||
set -e
|
||||
|
||||
if [ ! -f /touched ]; then
|
||||
until [[ -n $(cat /data/*_1.log 2>/dev/null) ]]; do
|
||||
sleep 1
|
||||
done
|
||||
bashio::log.info "Here are the admin informations:"
|
||||
cat /data/*_1.log
|
||||
touch /touched
|
||||
rm /etc/services.d/logs.sh
|
||||
until [[ -n $(cat /data/*_1.log 2>/dev/null) ]]; do
|
||||
sleep 1
|
||||
done
|
||||
bashio::log.info "Here are the admin informations:"
|
||||
cat /data/*_1.log
|
||||
touch /touched
|
||||
rm /etc/services.d/logs.sh
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user