Merge pull request #20 from YunoHost-Apps/4.3

Upgrade to 4.3
This commit is contained in:
Alexandre Aubin 2021-11-29 17:03:50 +01:00 committed by GitHub
commit d701a99fb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 9 deletions

View file

@ -1,4 +1,4 @@
version = "0.1" version = "1.0"
name = "Unattended-upgrades configuration panel" name = "Unattended-upgrades configuration panel"
[main] [main]

View file

@ -24,7 +24,7 @@
"email": "maniackc_dev@crudelis.fr" "email": "maniackc_dev@crudelis.fr"
}], }],
"requirements": { "requirements": {
"yunohost": ">= 4.2.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [], "services": [],

View file

@ -226,10 +226,4 @@ apply_config() {
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION
#================================================= #=================================================
# SELECT THE ACTION FOLLOWING THE GIVEN ARGUMENT ynh_app_config_run $1
#=================================================
case $1 in
show) show_config;;
apply) apply_config;;
esac