remove logfile

This commit is contained in:
Ratatoskr 2024-03-18 13:30:05 +01:00
parent 1ce8b8eb56
commit d86aa00166
Signed by: Ratatoskr
GPG Key ID: 28B77439A6D78F4E

View File

@ -259,7 +259,7 @@ if [ $current_brightness -eq $end_brightness ] && [ $current_colortemp -eq $end_
ssh_command "cmd media_session volume --set 5 --stream 9 && /data/data/com.termux/files/usr/bin/mpv /data/scripts/your-new-morning-alarm.ogg"
else
sleep 1
ssh_command "/data/scripts/morning-alarm.sh >> /data/scripts/morning-alarm.log" &
ssh_command "/data/scripts/morning-alarm.sh" &
ssh_executed=true
fi
else