mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
update variable to check telemetry
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
scripts/replace-variable.sh "$BAKED_NEXT_PUBLIC_POSTHOG_API_KEY" "$NEXT_PUBLIC_POSTHOG_API_KEY"
|
||||
|
||||
if [ "$INFISICAL_TELEMETRY_ENABLED" != "false" ]; then
|
||||
if [ "$TELEMETRY_ENABLED" != "false" ]; then
|
||||
echo "Telemetry is enabled"
|
||||
scripts/set-telemetry.sh true
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user