We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2664ef3 commit 07eb5d9Copy full SHA for 07eb5d9
1 file changed
docker/docker-init.sh
@@ -77,8 +77,8 @@ if [ ! -f /opt/home/$USER/datatracker/lib/site-python/settings_local.py ]; then
77
fi
78
79
chown -R $USER /opt/home/$USER
80
-cd /home/$USER/
81
-cd /home/$USER/$CWD
+
+cd /home/$USER/$CWD || cd /home/$USER/
82
83
echo "Done!"
84
0 commit comments