diff options
-rw-r--r-- | bin/site-specific-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 9d3976733..415f00620 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -29,7 +29,7 @@ misuse() { install_nginx # Check out the current released version -(cd "$REPOSITORY" && su -l -c "git checkout '$VERSION'" "$UNIX_USER") +su -l -c "cd '$REPOSITORY' && git checkout '$VERSION'" "$UNIX_USER" install_website_packages |