hotfix merge #744 - Fix for putty Line Drawing issues

This commit is contained in:
Joshua Tauberer
2016-03-31 10:33:42 -04:00
parent d881487d68
commit 7fa9baf308
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -1,6 +1,13 @@
CHANGELOG CHANGELOG
========= =========
In Development
--------------
Setup:
* Setup dialogs did not appear correctly when connecting to SSH using Putty on Windows.
v0.17b (March 1, 2016) v0.17b (March 1, 2016)
---------------------- ----------------------
+3
View File
@@ -23,6 +23,9 @@ export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8 export LANG=en_US.UTF-8
export LC_TYPE=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. # Recall the last settings used if we're running this a second time.
if [ -f /etc/mailinabox.conf ]; then if [ -f /etc/mailinabox.conf ]; then
# Run any system migrations before proceeding. Since this is a second run, # Run any system migrations before proceeding. Since this is a second run,