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:
parent
eddcc417ae
commit
f9aa04de36
3 changed files with 3 additions and 3 deletions
|
@ -125,7 +125,7 @@ yunohost service add $app --description="Webmin Daemon"
|
|||
ynh_script_progression --message="Starting 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
|
||||
|
|
|
@ -89,7 +89,7 @@ yunohost service add $app --description="Webmin Daemon"
|
|||
#=================================================
|
||||
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
|
||||
|
|
|
@ -130,7 +130,7 @@ yunohost service add $app --description="Webmin Daemon"
|
|||
#=================================================
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue