Check that qvitter repo was installed
This commit is contained in:
parent
919e4b49e6
commit
446e05239e
|
@ -260,6 +260,11 @@ function install_qvitter {
|
|||
git_clone $QVITTER_THEME_REPO Qvitter
|
||||
fi
|
||||
|
||||
if [ ! -d /var/www/${domain_name}/htdocs/local/plugins/Qvitter ]; then
|
||||
echo $'Qvitter repo was not installed'
|
||||
exit 835638
|
||||
fi
|
||||
|
||||
cd /var/www/${domain_name}/htdocs/local/plugins/Qvitter
|
||||
git checkout $QVITTER_THEME_COMMIT -b $QVITTER_THEME_COMMIT
|
||||
|
||||
|
|
Loading…
Reference in New Issue