even better

This commit is contained in:
fred 2021-08-06 00:26:23 +02:00
parent 64d208039f
commit 8cc76f220b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ weeknumber=$(date +%V)
# WAKEUP TIME
if [[ ! -f /home/$YOU/.zen/A_Station_ON ]]; then
echo "onheure=$heure; onminute=$minute; ontimebar=$timebar" > /home/$YOU/.zen/A_Station_ON
[[ -f -f /tmp/A_Station_ON ]] && cp /tmp/A_Station_ON /home/$YOU/.zen/A_Station_ON
[[ -f /tmp/A_Station_ON ]] && cp /tmp/A_Station_ON /home/$YOU/.zen/A_Station_ON
else
source /home/$YOU/.zen/A_Station_ON
old=$ontimebar