Touch debug_fannie.log when installing CORE

just to prevent the warning
This commit is contained in:
Lance Edgar 2023-02-28 21:21:06 -06:00
parent 43d8df3c5d
commit 21a071d324

View file

@ -104,6 +104,8 @@ def install_corepos(c, rootdir, rooturl_office, production=True,
# fannie logging
mkdir(c, '{}/fannie/logs'.format(is4c), use_sudo=True,
owner='{}:www-data'.format(user), mode='0775')
c.sudo('touch {}/fannie/logs/debug_fannie.log'.format(is4c),
user='www-data')
# TODO: deprecate / remove this