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

Merge branch 'testing'

This commit is contained in:
ericgaspar 2023-10-29 09:36:39 +01:00
commit b1f79ce588
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ name = "PufferPanel"
description.en = "Web-based Game Server Management System" description.en = "Web-based Game Server Management System"
description.fr = "Système de gestion de serveur de jeu" description.fr = "Système de gestion de serveur de jeu"
version = "2.6.9~ynh1" version = "2.6.9~ynh2"
maintainers = [""] maintainers = [""]
@ -22,7 +22,7 @@ multi_instance = false
ldap = false ldap = false
sso = false sso = false
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "350M"
ram.runtime = "50M" ram.runtime = "50M"
[install] [install]

View file

@ -22,7 +22,7 @@ upgrade_type=$(ynh_check_app_version_changed)
#================================================= #=================================================
ynh_script_progression --message="Stopping a systemd service..." ynh_script_progression --message="Stopping a systemd service..."
ynh_systemd_action --service_name=$app --action="stop" ynh_systemd_action --service_name=$app --action="stop" --log_path="systemd"
#================================================= #=================================================
# UPGRADE DEPENDENCIES # UPGRADE DEPENDENCIES