From 777742e252d3bdd84be6e52d0e98fde9cd96edd8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 8 Nov 2016 14:27:31 +0000 Subject: [PATCH] sqlite failures are expected --- src/freedombone-app-ghost | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/freedombone-app-ghost b/src/freedombone-app-ghost index 8ca46466..77890c05 100755 --- a/src/freedombone-app-ghost +++ b/src/freedombone-app-ghost @@ -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