Skip to content

Commit

Permalink
Fix default HTTPS_ONLY option
Browse files Browse the repository at this point in the history
- Fixed default HTTPS_ONLY option.
  • Loading branch information
tmiland committed Apr 29, 2022
1 parent 60db4af commit ca758be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invidious_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ PSSQLPASS_GEN=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | fold -w 32 | head
# Default dbpass (generated)
PSQLPASS=${PSQLPASS:-$PSSQLPASS_GEN}
# Default https only
HTTPS_ONLY=${HTTPS_ONLY:-n}
HTTPS_ONLY=${HTTPS_ONLY:-false}
# Default external port
EXTERNAL_PORT=${EXTERNAL_PORT:-}
# Default admins
Expand Down

0 comments on commit ca758be

Please sign in to comment.