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
|
set -ex
|
||||||
|
|
||||||
id
|
|
||||||
# Go to current user's homedir
|
# Go to current user's homedir
|
||||||
cd
|
cd
|
||||||
echo $PWD
|
echo "Running as user '$USER' (UID '$UID') in '$PWD'"
|
||||||
|
|
||||||
# Initialize
|
# Initialize
|
||||||
if [[ $1 == init ]]; then
|
if [[ $1 == init ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue