Not using a conventional email address in the peertube admin setting prevents it from installing
This commit is contained in:
parent
f6960ccba0
commit
69f90f1214
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue