Commit 7fa9baf3 authored by Joshua Tauberer's avatar Joshua Tauberer

hotfix merge #744 - Fix for putty Line Drawing issues

parent d881487d
CHANGELOG
=========
In Development
--------------
Setup:
* Setup dialogs did not appear correctly when connecting to SSH using Putty on Windows.
v0.17b (March 1, 2016)
----------------------
......
......@@ -23,6 +23,9 @@ export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_TYPE=en_US.UTF-8
# Fix so line drawing characters are shown correctly in Putty on Windows. See #744.
export NCURSES_NO_UTF8_ACS=1
# Recall the last settings used if we're running this a second time.
if [ -f /etc/mailinabox.conf ]; then
# Run any system migrations before proceeding. Since this is a second run,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment