fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-07-23 08:58:09 +00:00
committed by github-actions[bot]
parent 3539f328fb
commit f5428e0950
224 changed files with 5663 additions and 5662 deletions

View File

@@ -4,10 +4,10 @@ set -e
# Data remanence for /teamspeak/save
if [ -d /teamspeak ]; then
cp -rn /teamspeak/* /data
rm -r /teamspeak
ln -sf /data /teamspeak
chmod -R 777 /teamspeak
cp -rn /teamspeak/* /data
rm -r /teamspeak
ln -sf /data /teamspeak
chmod -R 777 /teamspeak
fi
#chown -R PUID:PGID /data

View File

@@ -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