summaryrefslogtreecommitdiffstats
path: root/recipes-containers/vcontainer/files
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/vcontainer/files')
-rwxr-xr-xrecipes-containers/vcontainer/files/vrunner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/vcontainer/files/vrunner.sh b/recipes-containers/vcontainer/files/vrunner.sh
index c9950618..a2f7a216 100755
--- a/recipes-containers/vcontainer/files/vrunner.sh
+++ b/recipes-containers/vcontainer/files/vrunner.sh
@@ -454,7 +454,7 @@ daemon_send() {
454 done 454 done
455 455
456 # Clean up - close FDs and kill socat 456 # Clean up - close FDs and kill socat
457 exec {SOCAT[0]}<&- {SOCAT[1]}>&- 457 eval "exec ${SOCAT[0]}<&- ${SOCAT[1]}>&-"
458 kill $SOCAT_PID 2>/dev/null || true 458 kill $SOCAT_PID 2>/dev/null || true
459 wait $SOCAT_PID 2>/dev/null || true 459 wait $SOCAT_PID 2>/dev/null || true
460 460