diff --git a/base/ubi8/entrypoint.sh b/base/ubi8/entrypoint.sh index c3468c85..e4b5b55b 100644 --- a/base/ubi8/entrypoint.sh +++ b/base/ubi8/entrypoint.sh @@ -5,11 +5,6 @@ if [ ! -d "${HOME}" ]; then mkdir -p "${HOME}" fi -# Setup $PS1 for a consistent and reasonable prompt -if [ -w "${HOME}" ] && [ ! -f "${HOME}"/.bashrc ]; then - echo "PS1='[\u@\h \W]\$ '" > "${HOME}"/.bashrc -fi - # Add current (arbitrary) user to /etc/passwd and /etc/group if ! whoami &> /dev/null; then if [ -w /etc/passwd ]; then