Github bot : script beautyshied

This commit is contained in:
github-actions
2023-01-08 00:12:55 +00:00
parent 3fe827c016
commit f953f35a58

View File

@@ -2,11 +2,11 @@
# shellcheck shell=bash
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