mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-04-05 10:06:25 +00:00
@@ -17,6 +17,7 @@ fi
|
||||
|
||||
# Fixes setcap not found on centos 7
|
||||
PATH=/usr/sbin/:$PATH
|
||||
CI=true
|
||||
|
||||
sudo -E firezone-ctl reconfigure
|
||||
sudo -E firezone-ctl create-or-reset-admin
|
||||
|
||||
@@ -45,7 +45,8 @@ telemetry_module =
|
||||
end
|
||||
|
||||
connectivity_checks_enabled =
|
||||
FzString.to_boolean(System.fetch_env!("CONNECTIVITY_CHECKS_ENABLED"))
|
||||
FzString.to_boolean(System.fetch_env!("CONNECTIVITY_CHECKS_ENABLED")) &&
|
||||
System.get_env("CI") != "true"
|
||||
|
||||
connectivity_checks_interval =
|
||||
System.fetch_env!("CONNECTIVITY_CHECKS_INTERVAL")
|
||||
|
||||
Reference in New Issue
Block a user