bug fix: return backup_status

This commit is contained in:
Marc Koch 2021-02-25 12:41:52 +01:00
parent ba8d9c15e9
commit e21ee7e123
Signed by: marc
GPG Key ID: AC2D4E00990A6767
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ def backup():
# Clean up backup folder
container.cleanup()
return backup_status
if __name__ == '__main__':
backup()