You are not logged in.
@asqwerth
I will try to make the script ignore the failed attempts and keep all the files intact.
https://forums.bunsenlabs.org/viewtopic … 58#p150358
You can still (if you want) use this part which prevents the TAD script from changing files needed by conky if the update attempt fails.
The wget command is different now, but this part remains the same.
For weather_raw:
if [ ! -s $HOME/time_and_date_conky_script/weather_raw ]; then
exit 0
fiFor date_raw:
if [ ! -s $HOME/time_and_date_conky_script/date_raw ]; then
exit 0
fiHowever, I hope that this will not be necessary and that the testing of the TAD script will be successful.
Let's wait a few days to be sure.
If everything goes well, I will remove the warning from the first post (#1) of this thread.
If people would know how little brain is ruling the world, they would die of fear.
Offline