소스 검색

Generate blog at end of install

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

+ 2
- 0
src/freedombone-app-pelican 파일 보기

@@ -800,6 +800,8 @@ function install_pelican {
800 800
     install_pelican_website
801 801
     install_pelican_website_onion
802 802
 
803
+    pelican_regenerate_blog
804
+
803 805
     function_check nginx_ensite
804 806
     nginx_ensite $PELICAN_DOMAIN_NAME
805 807
     systemctl restart nginx