remove backup in kylin-unattended-upgrade

This commit is contained in:
shenyafeng 2022-10-24 17:07:45 +08:00
parent fa35fd6d62
commit 5efe754700
1 changed files with 1 additions and 1 deletions

View File

@ -3495,7 +3495,7 @@ def run(options, # type: Options
pass pass
else: else:
logging.info("neeed backup") logging.info("neeed backup")
Backup() #Backup()
# do install # do install
WriteValueToFile(UNATTENDED_UPGRADE_CONFIG_FILE_PATH,"UNATTENDED_UPGRADE","autoupdate_run_status","install") WriteValueToFile(UNATTENDED_UPGRADE_CONFIG_FILE_PATH,"UNATTENDED_UPGRADE","autoupdate_run_status","install")
#send install start msg to notify #send install start msg to notify