Avoid duplicate lines in .bash{rc,_profile}
This commit is contained in:
parent
5dc43b2ac6
commit
84bbf984d0
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ venv_python manage.py migrate
|
|||
# Setup a friendly environment for the user
|
||||
# ---
|
||||
|
||||
cat >> ~vagrant/.bashrc <<EOF
|
||||
cat > ~vagrant/.bash_profile <<EOF
|
||||
# Use the .bashrc file provided by Debian
|
||||
source .bashrc
|
||||
|
||||
# Use the development settings
|
||||
export DJANGO_SETTINGS_MODULE="$SETTINGS"
|
||||
|
|
Loading…
Add table
Reference in a new issue