Skip to content

Commit 69005ac

Browse files
author
Carlos Brandt
committed
Remove useless comments
1 parent e81dcc2 commit 69005ac

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@ echo " by user: '${USERNAME} (uid:$USERID,gid:$GROUPID)'."
8181
echo "#====================================================#"
8282
echo ""
8383
if [ "$EXECAPP" != "$_SHELL" ]; then
84-
echo "Running execapp"
8584
su -l $USERNAME -c "cd $WORKDIR && $EXECAPP $DARGS"
8685
else
87-
echo "Running bash"
8886
cd $WORKDIR && su $USERNAME
8987
fi
9088

0 commit comments

Comments
 (0)