mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Fix double-quotes in docker migrate
Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
@@ -169,7 +169,7 @@ migrate () {
|
||||
condIns $env_files "CONNECTIVITY_CHECKS_INTERVAL"
|
||||
|
||||
# Add caddy opts
|
||||
echo "TLS_OPTS=$tlsOpts" >> $installDir/.env
|
||||
echo "TLS_OPTS=\"$tlsOpts\"" >> $installDir/.env
|
||||
|
||||
# optional vars
|
||||
if test -f $env_files/DATABASE_PASSWORD; then
|
||||
|
||||
Reference in New Issue
Block a user