remove backup in kylin-unattended-upgrade
This commit is contained in:
parent
fa35fd6d62
commit
5efe754700
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue