Skip to content

Commit 69ec47d

Browse files
author
grogsaxle
committed
Revert "Uname (#1)"
This reverts commit 88562c7.
1 parent 5ab2cdf commit 69ec47d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hubblestack/daemon.py

-6
Original file line numberDiff line numberDiff line change
@@ -445,10 +445,6 @@ def run_function():
445445
else:
446446
print(ret)
447447

448-
def environs_update():
449-
if 'flatcar' in os.uname().version.lower():
450-
os.environ['OPENSSL_CERT_DIR'] = '/usr/share/ca-certificates/'
451-
452448

453449
def load_config(args=None):
454450
"""
@@ -457,8 +453,6 @@ def load_config(args=None):
457453

458454
global __opts__
459455

460-
environs_update()
461-
462456
# Parse arguments
463457
parsed_args = parse_args(args=args)
464458

0 commit comments

Comments
 (0)