Commit 3c7dcbdf authored by Tobias Munk's avatar Tobias Munk

fixed PS1 prompt definition on Debian

parent 363c461d
Pipeline #33902 passed with stages
in 1 minute and 35 seconds
PS1="\e[0;35m[$APP_NAME] $APP_VERSION \e[0;0m\w \e[0;37m\u \h \e[0;0m\n$ "
cat <<'MSG'
___________
| |
......
......@@ -16,7 +16,5 @@ if [ 0 -ne "${PHP_ENABLE_XDEBUG:-0}" ] ; then
echo "Enabled xdebug"
fi
export PS1="\e[0;35mphd \e[0;37m\u container \h \e[0;32m\w \e[0;0m\n$ "
# Execute CMD
exec "$@"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment