mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 08:27:08 +00:00
Improved user info message in entrypoint.sh.
This commit is contained in:
parent
c875aa8ccc
commit
fa08ca00ca
@ -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…
Reference in New Issue
Block a user