this seems to improve the non-rebooting situation

This commit is contained in:
fsgqa
2001-02-14 21:55:58 +00:00
parent c70c8561d3
commit afff975f08
+1 -1
View File
@@ -192,7 +192,7 @@ _sudo()
_restart() _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() _update_autoqa_file()