This website works better with JavaScript.
Home
Explore
Help
Sign In
jc.vanhalle
/
wp-docker-setup
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removes shell parameters since it's handled in /etc/bash.bashrc
master
Jean-Christophe Vanhalle
1 year ago
parent
07368aff02
commit
fbcba7cde4
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save