mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
fix
This commit is contained in:
parent
fdaf6eb1de
commit
02ace9208c
3 changed files with 3 additions and 3 deletions
|
@ -65,7 +65,7 @@ ynh_add_systemd_config --service=$app-rtorrent --template="rtorrent.service"
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add $app
|
yunohost service add $app
|
||||||
yunohost service add $app-rtorrent --needs_exposed_ports $rt_port
|
yunohost service add $app-rtorrent --needs_exposed_ports $port_rt
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
|
@ -55,7 +55,7 @@ ynh_restore_file --origin_path="/etc/systemd/system/$app-rtorrent.service"
|
||||||
systemctl enable $app-rtorrent.service --quiet
|
systemctl enable $app-rtorrent.service --quiet
|
||||||
|
|
||||||
yunohost service add $app
|
yunohost service add $app
|
||||||
yunohost service add $app-rtorrent --needs_exposed_ports $rt_port
|
yunohost service add $app-rtorrent --needs_exposed_ports $port_rt
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
|
@ -77,7 +77,7 @@ ynh_add_systemd_config --service=$app-rtorrent --template="rtorrent.service"
|
||||||
ynh_script_progression --message="Integrating service in YunoHost..."
|
ynh_script_progression --message="Integrating service in YunoHost..."
|
||||||
|
|
||||||
yunohost service add $app
|
yunohost service add $app
|
||||||
yunohost service add $app-rtorrent --needs_exposed_ports $rt_port
|
yunohost service add $app-rtorrent --needs_exposed_ports $port_rt
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
|
|
Loading…
Add table
Reference in a new issue