From 6a588b7433bf7e6ad340b6b6a97f9c34aecab4b2 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Tue, 3 Sep 2024 01:04:10 +0200 Subject: [PATCH] Remove config panel related files --- config_panel.toml | 6 ------ scripts/config | 28 ---------------------------- 2 files changed, 34 deletions(-) delete mode 100644 config_panel.toml delete mode 100644 scripts/config diff --git a/config_panel.toml b/config_panel.toml deleted file mode 100644 index e9dc008..0000000 --- a/config_panel.toml +++ /dev/null @@ -1,6 +0,0 @@ -version = "1.0" - -[main] -name.en = "Streams configuration" -name.fr = "Configuration de Streams" - diff --git a/scripts/config b/scripts/config deleted file mode 100644 index 42973b1..0000000 --- a/scripts/config +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -source _common.sh -source /usr/share/yunohost/helpers - -#================================================= -# RETRIEVE ARGUMENTS -#================================================= - -php_version="$YNH_PHP_VERSION" - -#================================================= -# SPECIFIC GETTERS FOR TOML SHORT KEY -#================================================= - -#================================================= -# SPECIFIC SETTERS FOR TOML SHORT KEYS -#================================================= - -ynh_app_config_validate() { - _ynh_app_config_validate -} - -ynh_app_config_apply() { - _ynh_app_config_apply -} - -ynh_app_config_run $1