checkout in directory

This commit is contained in:
Bob Mottram 2016-02-03 18:53:21 +00:00
parent 1b8fcba37e
commit 29e84c08f5
1 changed files with 1 additions and 0 deletions

View File

@ -8608,6 +8608,7 @@ function install_gnu_social_theme {
cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins
git_clone $MICROBLOG_THEME_REPO Qvitter
cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/Qvitter
git checkout $MICROBLOG_THEME_COMMIT -b $MICROBLOG_THEME_COMMIT
if ! grep -q "addPlugin('Qvitter')" /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/config.php; then