Skip to content

Commit

Permalink
Add $DIRECTORY to the command-line parameters to install-as-user
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl committed Oct 4, 2012
1 parent 5268096 commit a7e8221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/site-specific-install.sh
Expand Up @@ -34,7 +34,7 @@ add_website_to_nginx

add_postgresql_user

su -l -c "$REPOSITORY/bin/install-as-user $DEFAULT_PARAMETER '$UNIX_USER' '$HOST'" "$UNIX_USER"
su -l -c "$REPOSITORY/bin/install-as-user $DEFAULT_PARAMETER '$UNIX_USER' '$HOST' '$DIRECTORY'" "$UNIX_USER"

install_sysvinit_script

Expand Down

0 comments on commit a7e8221

Please sign in to comment.