#!/usr/bin/python
# -*- coding: utf-8 -*-
#Datei listet alle cronjobs. Weekly reboot every Tuesday on 08:10 Uhr

# * * * * * python /home/pi/write_temperatures.py
# */15 * * * * python /home/pi/send_data.py
# * * * * * python /home/pi/fetch_config.py
# @reboot  python /home/pi/fetch_config.py
# 05 01 * * 1 python /home/pi/weekly_reboot.py

* * * * * sudo -u pi wget https://soltherm.meteotest.ch/initial_install -O /home/pi/initial_install && sudo -u pi /bin/bash /home/pi/initial_install


