Browse Source

signup limit

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

+ 1
- 1
src/freedombone-app-peertube View File

462
     echo '' >> $peertube_config_file
462
     echo '' >> $peertube_config_file
463
     echo 'signup:' >> $peertube_config_file
463
     echo 'signup:' >> $peertube_config_file
464
     echo '  enabled: false' >> $peertube_config_file
464
     echo '  enabled: false' >> $peertube_config_file
465
-    echo ';  limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
465
+    echo '  limit: 10 # When the limit is reached, registrations are disabled. -1 == unlimited' >> $peertube_config_file
466
     echo '' >> $peertube_config_file
466
     echo '' >> $peertube_config_file
467
     echo 'user:' >> $peertube_config_file
467
     echo 'user:' >> $peertube_config_file
468
     echo '  # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file
468
     echo '  # Default value of maximum video BYTES the user can upload (does not take into account transcoded files).' >> $peertube_config_file