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:
parent
5c78657331
commit
7b1d684d4d
2 changed files with 2 additions and 4 deletions
|
@ -7,7 +7,7 @@ name = "RustDesk Server"
|
|||
description.en = "Remote control alternative for self-hosting"
|
||||
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 = []
|
||||
|
||||
|
@ -18,7 +18,7 @@ admindoc = "https://rustdesk.com/docs/en/"
|
|||
code = "https://github.com/rustdesk/rustdesk-server"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
yunohost = ">= 11.2.20"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
|
||||
|
|
|
@ -32,8 +32,6 @@ ynh_remove_systemd_config --service=rustdesksignal
|
|||
|
||||
ynh_remove_logrotate
|
||||
|
||||
ynh_secure_remove --file="/var/log/$app"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue