We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624ee27 commit 91606bdCopy full SHA for 91606bd
1 file changed
docker/docker-init.sh
@@ -161,8 +161,8 @@ chmod -R g+w /usr/local/lib/ # so we can patch libs if needed
161
162
cd "/home/$USER/$CWD" || cd "/home/$USER/"
163
164
-export LANG=en_GB.UTF-8
165
-
166
echo "Done!"
+echo ""
+echo "Make sure you export LANG=en_GB.UTF-8 (or another UTF-8 locale) in your .bashrc"
167
168
-su -p $USER
+su $USER
0 commit comments