mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 20:49:43 -05:00
amend to only fix
This commit is contained in:
@@ -394,11 +394,7 @@ _main() {
|
||||
|
||||
# if there is a single yaml provided in /etc/dolt/servercfg.d directory,
|
||||
# it will be used to start the server with --config flag.
|
||||
get_config_file_path_if_exists "$DOLT_CONFIG_DIR" "yaml"
|
||||
if [ -z "$CONFIG_PROVIDED" ]; then
|
||||
get_config_file_path_if_exists "$SERVER_CONFIG_DIR" "yaml"
|
||||
fi
|
||||
|
||||
get_config_file_path_if_exists "$SERVER_CONFIG_DIR" "yaml"
|
||||
if [ -n "$CONFIG_PROVIDED" ]; then
|
||||
set -- "$@" --config="$CONFIG_PROVIDED"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user