mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Autotonf now update the instances too
This commit is contained in:
parent
e56f96d04b
commit
3ed3fbe991
1 changed files with 5 additions and 0 deletions
|
|
@ -77,6 +77,11 @@ class Config(ConfigCaller):
|
|||
)
|
||||
sleep(5)
|
||||
|
||||
# update instances in database
|
||||
ret = self._db.update_instances(self.__instances)
|
||||
if ret:
|
||||
self.__logger.error(f"Failed to update instances: {ret}")
|
||||
|
||||
# save config to database
|
||||
ret = self._db.save_config(self.__config, "autoconf")
|
||||
if ret:
|
||||
|
|
|
|||
Loading…
Reference in a new issue