summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 06:25:41 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2018-05-27 06:25:41 +0000
commit3f5c9f1e52d9f4c5b9e9229b15223f30a44f432f (patch)
tree58830ed6d07ac6f921c115b3c7f18ff474ff8ee1 /bin
parentReleasing version 20180503. (diff)
downloadcompute-tools-3f5c9f1e52d9f4c5b9e9229b15223f30a44f432f.tar.xz
compute-tools-3f5c9f1e52d9f4c5b9e9229b15223f30a44f432f.zip
Calling commands without exec to make multiple commands in a row work properly.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/container2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/container b/bin/container
index 9634d05..6535d2d 100755
--- a/bin/container
+++ b/bin/container
@@ -90,7 +90,7 @@ do
fi
# Run
- exec "/usr/lib/${SOFTWARE}/${PROGRAM}/${COMMAND}" "${OPTIONS}"
+ "/usr/lib/${SOFTWARE}/${PROGRAM}/${COMMAND}" "${OPTIONS}"
# Post hooks
for FILE in "${HOOKS}/post-${PROGRAM}".* "${HOOKS}/${NAME}.post-${PROGRAM}"