From afff975f0805ae70de00ef8d8935d4835ec56728 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Wed, 14 Feb 2001 21:55:58 +0000 Subject: [PATCH] this seems to improve the non-rebooting situation --- tools/auto-qa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto-qa b/tools/auto-qa index 09b2fec4..a4e07c52 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -192,7 +192,7 @@ _sudo() _restart() { - exec $ROOT/su -c "shutdown -r 2 \"auto-qa rebooting\" &" < /dev/null + exec $ROOT/su -c "(shutdown -r 2 \"auto-qa rebooting\" ; reboot )&" < /dev/null } _update_autoqa_file() -- 2.39.5