Restore workflow done

This commit is contained in:
Spitap
2022-07-26 12:07:42 +02:00
parent 439ffb94c4
commit 15768c429e
8 changed files with 89 additions and 2 deletions

1
run.py
View File

@@ -156,6 +156,7 @@ def main(input_args):
return
elif args.restore:
restore_disclamer()
scripts.restore(restore)
else:
installation_disclaimer(args, config)