From f92b8c50dda530bd1a7125ffad4a255e18c3ebc2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 20 Aug 2023 13:55:03 +0200 Subject: [PATCH] Update config echo block to store config in user_data --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6275b6717..cd9b85d2a 100755 --- a/setup.sh +++ b/setup.sh @@ -259,7 +259,7 @@ function reset() { } function config() { - echo_block "Please use 'freqtrade new-config -c config.json' to generate a new configuration file." + echo_block "Please use 'freqtrade new-config -c user_data/config.json' to generate a new configuration file." } function install() {