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

fix linter

This commit is contained in:
Éric Gaspar 2024-07-22 19:34:28 +02:00
parent 5c78657331
commit 7b1d684d4d
2 changed files with 2 additions and 4 deletions

View file

@ -7,7 +7,7 @@ name = "RustDesk Server"
description.en = "Remote control alternative for self-hosting" description.en = "Remote control alternative for self-hosting"
description.fr = "Alternative de contrôle à distance pour l'auto-hébergement" description.fr = "Alternative de contrôle à distance pour l'auto-hébergement"
version = "1.1.11-1~ynh1" version = "1.1.11-1~ynh2"
maintainers = [] maintainers = []
@ -18,7 +18,7 @@ admindoc = "https://rustdesk.com/docs/en/"
code = "https://github.com/rustdesk/rustdesk-server" code = "https://github.com/rustdesk/rustdesk-server"
[integration] [integration]
yunohost = ">= 11.2" yunohost = ">= 11.2.20"
architectures = "all" architectures = "all"
multi_instance = false multi_instance = false

View file

@ -32,8 +32,6 @@ ynh_remove_systemd_config --service=rustdesksignal
ynh_remove_logrotate ynh_remove_logrotate
ynh_secure_remove --file="/var/log/$app"
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================