checkout in directory
This commit is contained in:
parent
1b8fcba37e
commit
29e84c08f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue