diff --git a/core/opt/bin/entrypoint b/core/opt/bin/entrypoint index 07d1d8b..146c608 100755 --- a/core/opt/bin/entrypoint +++ b/core/opt/bin/entrypoint @@ -27,13 +27,15 @@ shift 1 /bin/bash -l -c '${ENTRYPOINT_CMD_PATH:-$BIN_DIR/start} $@' $0 "$@" ;; *) -echo command passed to container "$*" +echo "--- command passed to container: $* ---" +echo -e "output:\n" if [ -n "$*" ]; then if ! /bin/bash -l -c '$@' $0 "$@" ; then $BIN_DIR/entrypoint-help fi +echo -e "\n------------------------------\n" else - echo no command was passed to entrypoint + echo "!!!! no command was passed to entrypoint !!!! " echo $BIN_DIR/entrypoint-help fi diff --git a/lib/cmds/try.sh b/lib/cmds/try.sh index 9ef9246..73be7da 100755 --- a/lib/cmds/try.sh +++ b/lib/cmds/try.sh @@ -158,7 +158,9 @@ END elif [[ $script ]]; then $([[ -f $script ]] && echo cat || echo "echo") "$script" | $dcmd else + echo -e "\n ----------------------------------------------" $dcmd + echo -e "\n ----------------------------------------------" echo -e "\ndone with session, removing containter try-$name" if [[ $mp ]] ; then echo removing volume $vname used for mapping