diff --git a/config_panel.toml b/config_panel.toml index 43dedcd..604bb12 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -1,5 +1,4 @@ version = "1.0" -name = "Etherpad configuration panel" [main] name = "Etherpad configuration" diff --git a/scripts/config b/scripts/config index 58e84d5..90c0c2f 100644 --- a/scripts/config +++ b/scripts/config @@ -7,7 +7,6 @@ #================================================= # Load common variables for all scripts. -source _variables source _common.sh source /usr/share/yunohost/helpers @@ -270,10 +269,4 @@ apply_config() { #================================================= # GENERIC FINALIZATION #================================================= -# SELECT THE ACTION FOLLOWING THE GIVEN ARGUMENT -#================================================= - -case $1 in - show) show_config;; - apply) apply_config;; -esac +ynh_app_config_run $1