This commit is contained in:
Bob Mottram 2017-12-03 22:21:06 +00:00
parent 425cfdb5a1
commit 43eab839b5
1 changed files with 0 additions and 2 deletions

View File

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