Setup peertube sync on install
This commit is contained in:
parent
2916577397
commit
546436b589
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue