mirror of
https://github.com/YunoHost-Apps/weblate_ynh.git
synced 2024-10-01 13:35:04 +02:00
fix variable
This commit is contained in:
parent
b90b518b17
commit
3ef8ed2b99
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ RuntimeDirectory=__APP__
|
||||||
ExecStartPre=/bin/chown -R __APP__ /var/log/__APP__
|
ExecStartPre=/bin/chown -R __APP__ /var/log/__APP__
|
||||||
|
|
||||||
ExecStart=/usr/bin/uwsgi \
|
ExecStart=/usr/bin/uwsgi \
|
||||||
--ini __INSTALL_DIR__/venv/lib/$weblate_pypath/site-packages/weblate/__APP__.ini \
|
--ini __INSTALL_DIR__/venv/lib/__WEBLATE_PYPATH__/site-packages/weblate/__APP__.ini \
|
||||||
--logto /var/log/__APP__/weblate.log
|
--logto /var/log/__APP__/weblate.log
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue