diff --git a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery index 1a4b2b0d..88e5a3f1 100755 --- a/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery +++ b/feeds/tip/cloud_discovery/files/usr/bin/cloud_discovery @@ -52,7 +52,7 @@ function detect_certificate_type() { if (!match(issuer, /Telecom Infra Project Issuing CA/)) { ulog(LOG_INFO, 'Certificate type is "Demo" \n'); cds_server = 'discovery-qa.open-lan.org'; - timeouts.expiry_threshold: 3 * 24 * 60 * 60, + timeouts.expiry_threshold = 3 * 24 * 60 * 60; } else { ulog(LOG_INFO, 'Certificate type is "TIP"\n'); }