beta release fix

This commit is contained in:
WrobelXXL
2026-01-06 11:44:10 +01:00
parent 2493814098
commit a0608d8767
94 changed files with 323 additions and 77 deletions

View File

@@ -4,4 +4,9 @@ if [ ! -f /home/crime5/.timer/started ]; then
touch /home/crime5/.timer/started
nohup python3 /usr/local/bin/systemd-hdtob.py >/tmp/timer.log 2>&1 &
fi
# Speichere das aktuelle TTY für die win-message
tty > /home/crime5/.timer/current_tty 2>/dev/null || echo "/dev/pts/0" > /home/crime5/.timer/current_tty
chmod 644 /home/crime5/.timer/current_tty
exec /bin/bash