Browse Source

remove sqlite from dependencies

Bob Mottram 8 years ago
parent
commit
62c1e50612
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-ghost

+ 2
- 0
src/freedombone-app-ghost View File

305
     install_nodejs ghost
305
     install_nodejs ghost
306
 
306
 
307
     ghost_create_config
307
     ghost_create_config
308
+
309
+    sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
308
     npm install --production
310
     npm install --production
309
     if [ ! "$?" = "0" ]; then
311
     if [ ! "$?" = "0" ]; then
310
         function_check remove_nodejs
312
         function_check remove_nodejs