mirror of https://github.com/CIRCL/AIL-framework
fix: [update v1.5] create update config file
parent
da9c6a3b8a
commit
3207949c5f
|
@ -447,6 +447,7 @@ function update_thirdparty {
|
|||
}
|
||||
|
||||
function launch_all {
|
||||
checking_configuration;
|
||||
update;
|
||||
launch_redis;
|
||||
launch_ardb;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue