Touch debug_fannie.log
when installing CORE
just to prevent the warning
This commit is contained in:
parent
43d8df3c5d
commit
21a071d324
|
@ -104,6 +104,8 @@ def install_corepos(c, rootdir, rooturl_office, production=True,
|
||||||
# fannie logging
|
# fannie logging
|
||||||
mkdir(c, '{}/fannie/logs'.format(is4c), use_sudo=True,
|
mkdir(c, '{}/fannie/logs'.format(is4c), use_sudo=True,
|
||||||
owner='{}:www-data'.format(user), mode='0775')
|
owner='{}:www-data'.format(user), mode='0775')
|
||||||
|
c.sudo('touch {}/fannie/logs/debug_fannie.log'.format(is4c),
|
||||||
|
user='www-data')
|
||||||
|
|
||||||
|
|
||||||
# TODO: deprecate / remove this
|
# TODO: deprecate / remove this
|
||||||
|
|
Loading…
Reference in a new issue