mirror of
https://github.com/YunoHost-Apps/flood_ynh.git
synced 2024-09-03 18:36:20 +02:00
Fixing restore
This commit is contained in:
parent
731aa2ea8b
commit
1fec3f789d
1 changed files with 9 additions and 1 deletions
|
@ -104,6 +104,15 @@ ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH
|
|||
dpkg -i $final_path/flood-linux.deb
|
||||
ynh_secure_remove --file="$final_path/flood-linux.deb"
|
||||
|
||||
#=================================================
|
||||
# OPEN A PORT
|
||||
#=================================================
|
||||
ynh_script_progression --message="Finding an available port..."
|
||||
|
||||
# Open the port
|
||||
ynh_script_progression --message="Configuring firewall..."
|
||||
ynh_exec_warn_less yunohost firewall allow --no-upnp TCP $rt_port
|
||||
|
||||
#=================================================
|
||||
# RESTORE SYSTEMD
|
||||
#=================================================
|
||||
|
@ -127,7 +136,6 @@ yunohost service add $app-rtorrent --needs_exposed_ports $rt_port
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..."
|
||||
|
||||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start"
|
||||
ynh_systemd_action --service_name=$app-rtorrent --action="start"
|
||||
|
||||
|
|
Loading…
Reference in a new issue