Improved user info message in entrypoint.sh.
This commit is contained in:
parent
c875aa8ccc
commit
fa08ca00ca
1 changed files with 1 additions and 2 deletions
|
|
@ -2,10 +2,9 @@
|
|||
|
||||
set -ex
|
||||
|
||||
id
|
||||
# Go to current user's homedir
|
||||
cd
|
||||
echo $PWD
|
||||
echo "Running as user '$USER' (UID '$UID') in '$PWD'"
|
||||
|
||||
# Initialize
|
||||
if [[ $1 == init ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue