remove sqlite from dependencies
This commit is contained in:
parent
ab5e6e2aa4
commit
62c1e50612
|
@ -305,6 +305,8 @@ function install_ghost {
|
|||
install_nodejs ghost
|
||||
|
||||
ghost_create_config
|
||||
|
||||
sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
|
||||
npm install --production
|
||||
if [ ! "$?" = "0" ]; then
|
||||
function_check remove_nodejs
|
||||
|
|
Loading…
Reference in New Issue