Skip to content

Commit

Permalink
install-as-user no longer takes $DEFAULT_PARAMETER
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl committed Oct 4, 2012
1 parent a7e8221 commit f091062
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 add_postgresql_user


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


install_sysvinit_script install_sysvinit_script


Expand Down

0 comments on commit f091062

Please sign in to comment.