From 3207949c5fb556bffbcb4ad3ae6a4ab0be4c4c73 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Thu, 25 Apr 2019 17:17:12 +0200 Subject: [PATCH] fix: [update v1.5] create update config file --- bin/LAUNCH.sh | 1 + bin/Update-conf.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 07f18d8e..86e64dfb 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -447,6 +447,7 @@ function update_thirdparty { } function launch_all { + checking_configuration; update; launch_redis; launch_ardb; diff --git a/bin/Update-conf.py b/bin/Update-conf.py index 8ea8bab9..aa8575d6 100755 --- a/bin/Update-conf.py +++ b/bin/Update-conf.py @@ -60,7 +60,7 @@ def update_config(config_file, config_file_sample, config_file_backup=False): config_server.write(configfile) print_message('Config file updated', verbose) else: - print_message('Nothing to update', verbose) + print_message('Config File: Nothing to update', verbose) #return true if the configuration is up-to-date