mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #632 from YunoHost/1280-do-not-log-migration-in-tmp
[fix] Do not log migration to stretch in /tmp/. Issue #1280
This commit is contained in:
commit
5817d804a2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class MyMigration(Migration):
|
|||
|
||||
def migrate(self):
|
||||
|
||||
self.logfile = "/tmp/{}.log".format(self.name)
|
||||
self.logfile = "/var/log/yunohost/{}.log".format(self.name)
|
||||
|
||||
self.check_assertions()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue