Update config echo block to store config in user_data

This commit is contained in:
Matthias 2023-08-20 13:55:03 +02:00
parent 2d800a1422
commit f92b8c50dd

View File

@ -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() {