From 48c5a3970a910272837fa2d899402770f8a511f6 Mon Sep 17 00:00:00 2001 From: anadahz Date: Sun, 30 Sep 2018 09:43:24 +0000 Subject: [PATCH] Fix timeout argument --- qubes4-multi-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes4-multi-update b/qubes4-multi-update index d376c52..722c16d 100755 --- a/qubes4-multi-update +++ b/qubes4-multi-update @@ -171,7 +171,7 @@ def main(args=None, app=None): break if options.shutdown_all: - subprocess.check_call(["qvm-shutdown", "--all", "--wait", "--wait-time=40"]) + subprocess.check_call(["qvm-shutdown", "--all", "--wait", "--timeout=40"]) print("\nEnd of Multi-Update process.")