Bob Mottram 7 年之前
父節點
當前提交
43eab839b5
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      src/freedombone-app-peertube

+ 0
- 2
src/freedombone-app-peertube 查看文件

627
     chroot "$rootdir" groupadd peertube
627
     chroot "$rootdir" groupadd peertube
628
     chroot "$rootdir" useradd -c "PeerTube system account" -d $PEERTUBE_DIR -m -r -g peertube peertube
628
     chroot "$rootdir" useradd -c "PeerTube system account" -d $PEERTUBE_DIR -m -r -g peertube peertube
629
 
629
 
630
-    #peertube_create_database
631
-
632
     git clone $PEERTUBE_REPO $rootdir$PEERTUBE_DIR
630
     git clone $PEERTUBE_REPO $rootdir$PEERTUBE_DIR
633
 
631
 
634
     cd $rootdir$PEERTUBE_DIR
632
     cd $rootdir$PEERTUBE_DIR