1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rportd_ynh.git synced 2024-09-03 20:16:15 +02:00

fix needs_exposed_ports

This commit is contained in:
yalh76 2022-06-16 14:25:51 +02:00
parent 3112dc3dfa
commit db77bcda85
3 changed files with 3 additions and 3 deletions

View file

@ -203,7 +203,7 @@ ynh_use_logrotate
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --log="/var/log/$app/$app.log" --needs_exposed_ports="$client_port $used_start_port:$used_end_port"
yunohost service add $app --log="/var/log/$app/$app.log" --needs_exposed_ports="$client_port"
#=================================================
# START SYSTEMD SERVICE

View file

@ -148,7 +148,7 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app"
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --log="/var/log/$app/$app.log" --needs_exposed_ports="$client_port $used_start_port:$used_end_port"
yunohost service add $app --log="/var/log/$app/$app.log" --needs_exposed_ports="$client_port"
#=================================================
# START SYSTEMD SERVICE

View file

@ -154,7 +154,7 @@ ynh_use_logrotate --non-append
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --log="/var/log/$app/$app.log" --needs_exposed_ports="$client_port $used_start_port:$used_end_port"
yunohost service add $app --log="/var/log/$app/$app.log" --needs_exposed_ports="$client_port"
#=================================================
# START SYSTEMD SERVICE