add gzip to exec bigbrother for sites and fix passphase print in site creator

This commit is contained in:
Kevin Froman 2020-01-29 15:44:44 -06:00
parent d0291c2fb3
commit 2bc14b5c63
2 changed files with 3 additions and 1 deletions

View file

@ -40,7 +40,7 @@ If you want to update your site later you must remember the passphrase.''',
passphrase = getpass.getpass(
'Please enter a site passphrase of at least ' +
onionrvalues.PASSWORD_LENGTH + ' characters.')
str(onionrvalues.PASSWORD_LENGTH) + ' characters.')
confirm = getpass.getpass('Confirm passphrase:')
if passphrase != confirm: