Skip to content

Commit

Permalink
Revert "Added check for UTF-8 to make sure postgres creates db"
Browse files Browse the repository at this point in the history
This reverts commit d841be7.
  • Loading branch information
spladug committed Jul 16, 2013
1 parent 5430a4c commit e70813a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions install-reddit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e70813a

Please sign in to comment.