Skip to content

Commit dcf5eb5

Browse files
committed
Fix bad SSL certificates. bis ...
1 parent f9e9758 commit dcf5eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ZBX_REPO='https://[email protected]/zbal/zabbix.git'
1414
ZBX_HOME=/usr/share/zabbix
1515

1616
# Fix wrong SSL certificates from github
17-
env GIT_SSL_NO_VERIFY=true
17+
export GIT_SSL_NO_VERIFY=true
1818

1919
# Initial Check
2020
check_git=$(git --version 1> /dev/null 2>&1)

0 commit comments

Comments
 (0)