fix permissions

This commit is contained in:
2021-02-22 18:33:43 +01:00
parent 27b2aea827
commit a4ecb0e8a0
2 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,4 @@ CONTENT_TYPE = "text/html"
0 13 1 * * user /opt/app/monatliche-forderung-eintragen.py
0 4 * * * user /opt/app/monatliche-forderung-ueberwachen.py

View File

@ -23,3 +23,5 @@ try:
print("Monatliche Mietforderungen erfolgreich eintragen")
except Exception as e:
print("ERROR: {}".format(e))