소스 검색

No mariadb restart needed

Bob Mottram 8 년 전
부모
커밋
19f431b7b5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/freedombone-app-ghost

+ 0
- 1
src/freedombone-app-ghost 파일 보기

@@ -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