1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pufferpanel_ynh.git synced 2024-09-03 20:16:03 +02:00
This commit is contained in:
Éric Gaspar 2023-10-18 16:16:10 +02:00
parent e3ab9d4c85
commit dda9fd707e
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ ynh_script_progression --message="Configuring NGINX web server..."
# Create a dedicated NGINX config
ynh_add_nginx_config
ynh_add_systemd_config
systemctl enable $app.service --quiet
yunohost service add $app --description="Web-based Game Server Management System" --log="/var/log/$app/$app.log"

View file

@ -40,7 +40,7 @@ ynh_script_progression --message="Upgrading system configurations related to $ap
# Create a dedicated NGINX config
ynh_add_nginx_config
ynh_add_systemd_config
systemctl enable $app.service --quiet
yunohost service add $app --description="Web-based Game Server Management System" --log="/var/log/$app/$app.log"