From 0db8acaa65dbd7da6c00665f7baf8b21e5b76b2e Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Wed, 30 Jul 2025 13:57:02 -0600 Subject: [PATCH] Remove the conditional adding of the contents of the .bashrc file and change the TERM variable to allow for the use of home and end keys in the web container. --- web/bin/start.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/bin/start.sh b/web/bin/start.sh index a5d6ade..4a8ee5c 100755 --- a/web/bin/start.sh +++ b/web/bin/start.sh @@ -1,15 +1,12 @@ #!/usr/bin/env bash # Set PS1 so we know we're in the container -if ! echo .bashrc | grep -q "dz-web" -then - echo "Adding PS1 to .bashrc..." - cat > .bashrc < .bashrc <