Browse Source

No mariadb restart needed

Bob Mottram 7 years ago
parent
commit
19f431b7b5
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/freedombone-app-ghost

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

@@ -492,7 +492,6 @@ function install_ghost {
492 492
     nginx_ensite $GHOST_DOMAIN_NAME
493 493
 
494 494
     systemctl restart nginx
495
-    systemctl restart mariadb
496 495
 
497 496
     ${PROJECT_NAME}-pass -u $MY_USERNAME -a ghost -p "$GHOST_ADMIN_PASSWORD"
498 497