sqlite failures are expected

This commit is contained in:
Bob Mottram 2016-11-08 14:27:31 +00:00
parent cd45d78c89
commit 777742e252
1 changed files with 0 additions and 7 deletions

View File

@ -308,13 +308,6 @@ function install_ghost {
sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
npm install --production
if [ ! "$?" = "0" ]; then
function_check remove_nodejs
remove_nodejs ghost
rm -rf /var/www/$GHOST_DOMAIN_NAME
echo $'Failed to install ghost'
exit 7383563
fi
function_check install_mariadb
install_mariadb