Setup peertube sync on install

This commit is contained in:
Bob Mottram 2018-04-01 17:14:30 +01:00
parent 2916577397
commit 546436b589
1 changed files with 2 additions and 0 deletions

View File

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