Tweaked the docker-init script.
- Legacy-Id: 17054
This commit is contained in:
parent
624ee270e0
commit
91606bd733
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue