Fix missing logs dir for backup/cron scripts

This commit is contained in:
Filip Rysavy 2022-05-11 10:04:31 +02:00
parent 32e5130504
commit 139ba377d8
No known key found for this signature in database
GPG Key ID: EA1F430401C92D99
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
- Fix missing `logs` dir that is required for backup scripts (cron jobs).

2
logs/.empty-file Normal file
View File

@ -0,0 +1,2 @@
Purpose of this file is that `logs` dir can be commited to git and it will be
present on portal servers. The rest of files are git ignored.