sqlite failures are expected
This commit is contained in:
parent
cd45d78c89
commit
777742e252
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue