mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
BUG: fix missing sudo when linking certify cert.
This commit is contained in:
parent
1bace55e45
commit
ed9ab68d3b
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ sudo -H /opt/salt/bin/pip install \
|
|||
echo "--------------------------------------------------------------------------------"
|
||||
echo "Create Symlink to certifi for openssl"
|
||||
echo "--------------------------------------------------------------------------------"
|
||||
ln -s /opt/salt/lib/python2.7/site-packages/certifi/cacert.pem /opt/salt/openssl/cert.pem
|
||||
sudo ln -s /opt/salt/lib/python2.7/site-packages/certifi/cacert.pem /opt/salt/openssl/cert.pem
|
||||
|
||||
echo -n -e "\033]0;Build_Evn: Finished\007"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue