浏览代码

Not using a conventional email address in the peertube admin setting prevents it from installing

Bob Mottram 7 年前
父节点
当前提交
69f90f1214
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube 查看文件

590
     echo '    size: 10 # Max number of previews you want to cache' >> $peertube_config_file
590
     echo '    size: 10 # Max number of previews you want to cache' >> $peertube_config_file
591
     echo '' >> $peertube_config_file
591
     echo '' >> $peertube_config_file
592
     echo 'admin:' >> $peertube_config_file
592
     echo 'admin:' >> $peertube_config_file
593
-    echo "  email: 'admin@localhost'" >> $peertube_config_file
593
+    echo "  email: '$MY_EMAIL_ADDRESS'" >> $peertube_config_file
594
     echo '' >> $peertube_config_file
594
     echo '' >> $peertube_config_file
595
     echo 'signup:' >> $peertube_config_file
595
     echo 'signup:' >> $peertube_config_file
596
     echo '  enabled: true' >> $peertube_config_file
596
     echo '  enabled: true' >> $peertube_config_file