Browse Source

Setup peertube sync on install

Bob Mottram 7 years ago
parent
commit
546436b589
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-peertube

+ 2
- 0
src/freedombone-app-peertube View File

1069
     # update the admin email address after creation of the database
1069
     # update the admin email address after creation of the database
1070
     sed -i "s|email: .*|email: '$MY_EMAIL_ADDRESS'|g" $PEERTUBE_DIR/config/production.yaml
1070
     sed -i "s|email: .*|email: '$MY_EMAIL_ADDRESS'|g" $PEERTUBE_DIR/config/production.yaml
1071
 
1071
 
1072
+    peertube_import_from_syncthing
1073
+
1072
     set_completion_param "peertube domain" "$PEERTUBE_DOMAIN_NAME"
1074
     set_completion_param "peertube domain" "$PEERTUBE_DOMAIN_NAME"
1073
     APP_INSTALLED=1
1075
     APP_INSTALLED=1
1074
 }
1076
 }