From 054d15a446bee7e8acf75aea08e98c02ba789419 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Wed, 6 Jan 2021 15:56:03 +0100 Subject: [PATCH] fix: [v3.4 update] fix update progress --- update/v3.4/Update_domain.py | 1 + 1 file changed, 1 insertion(+) diff --git a/update/v3.4/Update_domain.py b/update/v3.4/Update_domain.py index 092830c6..a065da0e 100755 --- a/update/v3.4/Update_domain.py +++ b/update/v3.4/Update_domain.py @@ -54,4 +54,5 @@ if __name__ == '__main__': update_update_stats() else: + r_serv_db.set('ail:current_background_script_stat', 100) sys.exit(0)