Minor tweak to docker-init

- Legacy-Id: 10462
This commit is contained in:
Henrik Levkowetz 2015-11-09 22:44:30 +00:00
parent 2664ef3039
commit 07eb5d9b21

View file

@ -77,8 +77,8 @@ if [ ! -f /opt/home/$USER/datatracker/lib/site-python/settings_local.py ]; then
fi
chown -R $USER /opt/home/$USER
cd /home/$USER/
cd /home/$USER/$CWD
cd /home/$USER/$CWD || cd /home/$USER/
echo "Done!"