mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
3539f328fb
commit
f5428e0950
@@ -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
|
||||
|
||||
@@ -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