Tidying
This commit is contained in:
parent
425cfdb5a1
commit
43eab839b5
|
@ -627,8 +627,6 @@ function mesh_install_peertube {
|
||||||
chroot "$rootdir" groupadd peertube
|
chroot "$rootdir" groupadd peertube
|
||||||
chroot "$rootdir" useradd -c "PeerTube system account" -d $PEERTUBE_DIR -m -r -g peertube 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
|
git clone $PEERTUBE_REPO $rootdir$PEERTUBE_DIR
|
||||||
|
|
||||||
cd $rootdir$PEERTUBE_DIR
|
cd $rootdir$PEERTUBE_DIR
|
||||||
|
|
Loading…
Reference in New Issue