mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-11 09:48:52 +08:00
Don't add default backup admin password when creating new conf file
This commit is contained in:
parent
aa20734e31
commit
cf9d9cd218
1 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,8 @@ __intname__ = "npbackup.configuration"
|
|||
__author__ = "Orsiris de Jong"
|
||||
__copyright__ = "Copyright (C) 2022-2023 NetInvent"
|
||||
__license__ = "GPL-3.0-only"
|
||||
__build__ = "2023031701"
|
||||
__version__ = "1.6.2 for npbackup 2.2.0+"
|
||||
__build__ = "2023032501"
|
||||
__version__ = "1.6.3 for npbackup 2.2.0+"
|
||||
|
||||
from typing import Tuple, Optional
|
||||
import sys
|
||||
|
@ -88,7 +88,6 @@ empty_config_dict = {
|
|||
"auto_upgrade_server_password": "",
|
||||
"auto_upgrade_host_identity": "${MACHINE_ID}",
|
||||
"auto_upgrade_group": "${MACHINE_GROUP}",
|
||||
"backup_admin_password": DEFAULT_BACKUP_ADMIN_PASSWORD,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue