From a97c6de9d324856b4802f70807a9890ba2187723 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 19 Feb 2022 10:58:28 +0100 Subject: [PATCH] Fix --- config_panel.toml.example | 2 +- scripts/_common.sh | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/config_panel.toml.example b/config_panel.toml.example index 02eb68c..65bc960 100644 --- a/config_panel.toml.example +++ b/config_panel.toml.example @@ -7,7 +7,7 @@ services = ["__APP__"] [main.config] name = "Configuration Options" - [main.config.datadir_path] + [main.config.datadir] ask = "Choose path" type = "path" help = "Choose path" diff --git a/scripts/_common.sh b/scripts/_common.sh index ecd263f..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,9 +4,6 @@ # COMMON VARIABLES #================================================= -# dependencies used by the app -pkg_dependencies="" - #================================================= # PERSONAL HELPERS #=================================================