fix: [update v1.5] create update config file

This commit is contained in:
Terrtia 2019-04-25 17:17:12 +02:00
parent da9c6a3b8a
commit 3207949c5f
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0
2 changed files with 2 additions and 1 deletions

View file

@ -447,6 +447,7 @@ function update_thirdparty {
}
function launch_all {
checking_configuration;
update;
launch_redis;
launch_ardb;

View file

@ -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