mirror of
https://github.com/casjaysdevdocker/postgres
synced 2025-01-18 00:34:20 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh
This commit is contained in:
parent
2d1a9bf3cb
commit
6ec9a5cc9d
@ -122,7 +122,7 @@ __init_working_dir() {
|
|||||||
# cd to dir
|
# cd to dir
|
||||||
__cd "${workdir:-$home}"
|
__cd "${workdir:-$home}"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
__printf_space "40" "Setting the working directory to:" "$PWD"
|
echo "Setting the working directory to: $PWD"
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
export WORK_DIR="$workdir" HOME="$home"
|
export WORK_DIR="$workdir" HOME="$home"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user