mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [update v1.5] create update config file
This commit is contained in:
parent
da9c6a3b8a
commit
3207949c5f
2 changed files with 2 additions and 1 deletions
|
@ -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 a new issue