Avoid duplicate lines in .bash{rc,_profile}

This commit is contained in:
Martin Pépin 2017-05-16 22:00:00 +01:00
parent 5dc43b2ac6
commit 84bbf984d0

View file

@ -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"