소스 검색

Setup peertube sync on install

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

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

@@ -1069,6 +1069,8 @@ function install_peertube {
1069 1069
     # update the admin email address after creation of the database
1070 1070
     sed -i "s|email: .*|email: '$MY_EMAIL_ADDRESS'|g" $PEERTUBE_DIR/config/production.yaml
1071 1071
 
1072
+    peertube_import_from_syncthing
1073
+
1072 1074
     set_completion_param "peertube domain" "$PEERTUBE_DOMAIN_NAME"
1073 1075
     APP_INSTALLED=1
1074 1076
 }