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