1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/webmin_ynh.git synced 2024-09-03 20:36:08 +02:00

Fix port / bad gateway

This commit is contained in:
yalh76 2022-07-06 13:08:02 +02:00
parent eddcc417ae
commit f9aa04de36
3 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ yunohost service add $app --description="Webmin Daemon"
ynh_script_progression --message="Starting a systemd service..." ynh_script_progression --message="Starting a systemd service..."
# Start a systemd service # Start a systemd service
ynh_systemd_action --service_name=$app --action="start" --line_match="Started LSB" --log_path="systemd" ynh_systemd_action --service_name=$app --action="restart" --line_match="Started LSB" --log_path="systemd"
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -89,7 +89,7 @@ yunohost service add $app --description="Webmin Daemon"
#================================================= #=================================================
ynh_script_progression --message="Starting a systemd service..." ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action="start" --line_match="Started LSB" --log_path="systemd" ynh_systemd_action --service_name=$app --action="restart" --line_match="Started LSB" --log_path="systemd"
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION

View file

@ -130,7 +130,7 @@ yunohost service add $app --description="Webmin Daemon"
#================================================= #=================================================
ynh_script_progression --message="Starting a systemd service..." ynh_script_progression --message="Starting a systemd service..."
ynh_systemd_action --service_name=$app --action="start" --line_match="Started LSB" --log_path="systemd" ynh_systemd_action --service_name=$app --action="restart" --line_match="Started LSB" --log_path="systemd"
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX