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

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

@@ -627,8 +627,6 @@ function mesh_install_peertube {
627 627
     chroot "$rootdir" groupadd peertube
628 628
     chroot "$rootdir" useradd -c "PeerTube system account" -d $PEERTUBE_DIR -m -r -g peertube peertube
629 629
 
630
-    #peertube_create_database
631
-
632 630
     git clone $PEERTUBE_REPO $rootdir$PEERTUBE_DIR
633 631
 
634 632
     cd $rootdir$PEERTUBE_DIR