Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarenkoalexey authored Mar 14, 2017
1 parent f9c0f51 commit af4c3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclos-4/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sed=`which sed`

cd ${_HOME_DIRECTORY}

PGPASSWORD=$(cat /var/log/jem.log | grep passwd | tail -n 1 | awk -F "-p " '{ print $2}');
PGPASSWORD=$4;
export PGPASSWORD;

$psql postgres webadmin << EOF
Expand Down

0 comments on commit af4c3f0

Please sign in to comment.