1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Fix install

This commit is contained in:
Josué Tille 2018-12-20 22:52:51 +01:00
parent e24453ff65
commit 1bcea9bb36

View file

@ -98,6 +98,7 @@ function configure_gunicorn()
sudo cp ../conf/gunicorn.service /etc/systemd/system/$app.service
sudo systemctl daemon-reload
sudo cp ../conf/gunicorn_config.py /opt/$app/
chown $app:www-data /opt/$app/gunicorn_config.py
}
function configure_nginx_and_ssowat()