Sleep before busting
This commit is contained in:
parent
30cf9bb2e0
commit
8298c57630
|
@ -209,7 +209,8 @@ function upgrade_ghost {
|
||||||
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
cd /var/www/$GHOST_DOMAIN_NAME/htdocs
|
||||||
|
|
||||||
npm i -g ghost-cli
|
npm i -g ghost-cli
|
||||||
/usr/local/bin/ghost update
|
/usr/local/bin/ghost update &
|
||||||
|
sleep 200
|
||||||
ghost_bust
|
ghost_bust
|
||||||
|
|
||||||
ghost_replace_services
|
ghost_replace_services
|
||||||
|
|
Loading…
Reference in New Issue