summaryrefslogtreecommitdiffstats
path: root/bin/container-shell
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2016-12-04 01:32:21 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2016-12-04 01:32:21 +0000
commitc0ee163860ebeb9458f2d68bd0abc0b96dc9e75f (patch)
tree97b1a1a667d7ae1cdc19fb31d95848a109facc13 /bin/container-shell
parentAdding upstream version 20161125. (diff)
downloadopen-infrastructure-compute-tools-upstream/20161201.tar.xz
open-infrastructure-compute-tools-upstream/20161201.zip
Adding upstream version 20161201.upstream/20161201
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'bin/container-shell')
-rwxr-xr-xbin/container-shell2
1 files changed, 1 insertions, 1 deletions
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
}