mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
add nginx conf during install
This commit is contained in:
parent
2c6c2e0aad
commit
78f05197bb
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ sudo yunohost app setting flood path_url -v $path_url
|
|||
sudo yunohost service add rtorrent
|
||||
sudo yunohost service add flood
|
||||
|
||||
# nginx config
|
||||
ynh_add_nginx_config
|
||||
|
||||
# Start rtorrent and flood
|
||||
sudo service flood start
|
||||
sudo service rtorrent start
|
||||
|
|
Loading…
Reference in a new issue