From e70813aba79003b85ea1984b7f84dcf365d03b2e Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Tue, 16 Jul 2013 16:05:46 -0700 Subject: [PATCH] Revert "Added check for UTF-8 to make sure postgres creates db" This reverts commit d841be78be91eaccb2ca3b553298161fb849a5c5. --- install-reddit.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/install-reddit.sh b/install-reddit.sh index ee427ee8a..55ea62069 100755 --- a/install-reddit.sh +++ b/install-reddit.sh @@ -70,13 +70,6 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -# Make sure the LC_CTYPE is UTF-8, otherwise postgres fails to create db -# If you run into this error, run something like: export LC_ALL=en_US.UTF-8 -if [ "$LC_CTYPE" != "UTF-8" ]; then - echo "ERROR: LC_CTYPE must be a UTF-8 locale." - exit 1 -fi - # seriously! these checks aren't here for no reason. the packages from the # reddit ppa aren't built for anything but precise (12.04) right now, so # if you try and use this install script on another release you're gonna