From 1cf9fd607cd31db1c6d0ef8fdfbc659fbb66fe8b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 4 Dec 2016 02:32:21 +0100 Subject: Adding upstream version 20161201. Signed-off-by: Daniel Baumann --- bin/container-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/container-shell') diff --git a/bin/container-shell b/bin/container-shell index 9b45f72..3a14f7d 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -87,7 +87,7 @@ Shell () return else echo - sudo "/usr/lib/${SOFTWARE}/${PROGRAM}/${COMMAND}" "${OPTIONS}" || true + sudo ${PROGRAM} ${COMMAND} ${OPTIONS} || true fi } -- cgit v1.2.3