Skip to content

Commit

Permalink
Merge branch 'add-alaveteli-user-to-adm' into rails-3-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Apr 30, 2015
2 parents 9cd7cc0 + f703d10 commit c75cb17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/site-specific-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ postfix reload

install_website_packages

# Give the unix user membership of the adm group so that they can read the mail log files
usermod -a -G adm "$UNIX_USER"

# Make the PostgreSQL user a superuser to avoid the irritating error:
# PG::Error: ERROR: permission denied: "RI_ConstraintTrigger_16564" is a system trigger
# This is only needed for loading the sample data, so the superuser
Expand Down

0 comments on commit c75cb17

Please sign in to comment.