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

This commit is contained in:
Bob Mottram 2018-02-11 10:41:42 +00:00
parent f6960ccba0
commit 69f90f1214
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ function peertube_create_config {
echo ' size: 10 # Max number of previews you want to cache' >> $peertube_config_file
echo '' >> $peertube_config_file
echo 'admin:' >> $peertube_config_file
echo " email: 'admin@localhost'" >> $peertube_config_file
echo " email: '$MY_EMAIL_ADDRESS'" >> $peertube_config_file
echo '' >> $peertube_config_file
echo 'signup:' >> $peertube_config_file
echo ' enabled: true' >> $peertube_config_file