Skip to content

Commit 91606bd

Browse files
committed
Tweaked the docker-init script.
- Legacy-Id: 17054
1 parent 624ee27 commit 91606bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docker/docker-init.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ chmod -R g+w /usr/local/lib/ # so we can patch libs if needed
161161

162162
cd "/home/$USER/$CWD" || cd "/home/$USER/"
163163

164-
export LANG=en_GB.UTF-8
165-
166164
echo "Done!"
165+
echo ""
166+
echo "Make sure you export LANG=en_GB.UTF-8 (or another UTF-8 locale) in your .bashrc"
167167

168-
su -p $USER
168+
su $USER

0 commit comments

Comments
 (0)