Explorar el Código

updates www user shell prompt with colours

master
Jean-Christophe Vanhalle hace 1 año
padre
commit
e61b00b184
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      www.sh

+ 2
- 2
www.sh Ver fichero

@@ -6,8 +6,8 @@ set -a
set +a

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

Cargando…
Cancelar
Guardar