Kaynağa Gözat

remove sqlite from dependencies

Bob Mottram 8 yıl önce
ebeveyn
işleme
62c1e50612
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      src/freedombone-app-ghost

+ 2
- 0
src/freedombone-app-ghost Dosyayı Görüntüle

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