1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Set config-panel to last version

This commit is contained in:
ericgaspar 2021-12-05 12:16:14 +01:00
parent 6c44603fa2
commit c06de60ee1
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 8 deletions

View file

@ -1,5 +1,4 @@
version = "1.0" version = "1.0"
name = "Leed configuration panel"
[main] [main]
name = "Leed configuration" name = "Leed configuration"

View file

@ -145,10 +145,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