diff options
Diffstat (limited to 'bin/container-shell')
-rwxr-xr-x | bin/container-shell | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/container-shell b/bin/container-shell index c801aa6..4639537 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -81,6 +81,7 @@ Shell () echo "'${COMMAND}': no such ${PROGRAM} command" >&2 return else + echo "/usr/lib/${SOFTWARE}/${PROGRAM}/${COMMAND}" "${OPTIONS}" || true fi } |