From 8565e92aa528970527325a47a30e49cbec0214e1 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Sat, 28 Nov 2009 04:49:12 +0000 Subject: [PATCH] Use utils.sysexec. --- source/steps/StartDebug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/StartDebug.py b/source/steps/StartDebug.py index 73420ed..1c39009 100644 --- a/source/steps/StartDebug.py +++ b/source/steps/StartDebug.py @@ -73,7 +73,7 @@ def Run( vars, log, last_resort = True): # pre-sshd pre_sshd_script= os.path.join(ssh_source_files, "pre-sshd") if os.path.exists(pre_sshd_script): - os.spawnv(os.P_WAIT, pre_sshd_script, [pre_sshd_script]) + utils.sysexec_noerr( pre_sshd_script, log ) # create host keys if needed if not os.path.isdir (ssh_dir): -- 2.43.0