Skip to content

Commit

Permalink
Update version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
munisisazade committed Aug 2, 2017
1 parent 24c1cb6 commit 700e762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# Author Munis Isazade Django developer
VERSION="0.1"
VERSION="1.5"
ERROR_STATUS=0
CONF_ROOT=/root/django_deployment_tool
POSTGRESQL_USER=postgres
Expand Down Expand Up @@ -107,12 +107,12 @@ function get_user_credential {

function fix_perl_locale_error() {
echo -e "Fixing perl warning: Setting locale error..."
uname -a
perl -e exit
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_TYPE=en_US.UTF-8
uname -a
perl -e exit
}

function create_new_linux_user {
Expand Down

0 comments on commit 700e762

Please sign in to comment.