Browse Source

removes shell parameters since it's handled in /etc/bash.bashrc

master
Jean-Christophe Vanhalle 1 year ago
parent
commit
fbcba7cde4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      www.sh

+ 1
- 1
www.sh View File

@@ -10,4 +10,4 @@ docker exec \
-e SHELLOPTS=vi \
-it --user www-data \
"${PREFIX}-app" \
/bin/bash -c '\nwww-data@${HOSTNAME} \[\033[01;35m\]\w\[\033[00m\]\n$ '
/bin/bash

Loading…
Cancel
Save