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 #=================================================