Skip to content
Snippets Groups Projects
Commit 69f90f12 authored by Bob Mottram's avatar Bob Mottram
Browse files

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

parent f6960ccb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment