Tweaked the docker-init script.

- Legacy-Id: 17054
This commit is contained in:
Henrik Levkowetz 2019-11-19 09:16:15 +00:00
parent 624ee270e0
commit 91606bd733

View file

@ -161,8 +161,8 @@ chmod -R g+w /usr/local/lib/ # so we can patch libs if needed
cd "/home/$USER/$CWD" || cd "/home/$USER/"
export LANG=en_GB.UTF-8
echo "Done!"
echo ""
echo "Make sure you export LANG=en_GB.UTF-8 (or another UTF-8 locale) in your .bashrc"
su -p $USER
su $USER