Skip to content

Commit 07eb5d9

Browse files
committed
Minor tweak to docker-init
- Legacy-Id: 10462
1 parent 2664ef3 commit 07eb5d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/docker-init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ if [ ! -f /opt/home/$USER/datatracker/lib/site-python/settings_local.py ]; then
7777
fi
7878

7979
chown -R $USER /opt/home/$USER
80-
cd /home/$USER/
81-
cd /home/$USER/$CWD
80+
81+
cd /home/$USER/$CWD || cd /home/$USER/
8282

8383
echo "Done!"
8484

0 commit comments

Comments
 (0)