Minor tweak to docker-init
- Legacy-Id: 10462
This commit is contained in:
parent
2664ef3039
commit
07eb5d9b21
|
@ -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!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue