Skip to content

Commit

Permalink
update variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
warroyo committed Oct 15, 2020
1 parent 07c65b1 commit 09ec462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ run_interval=${INTERVAL:=30}
function inject_ca()
{
touch /etc/ssl/certs/regcert.pem
echo "$TRUSTED_CERT" > /etc/ssl/certs/regcert.pem.new
echo "$REG_CERT" > /etc/ssl/certs/regcert.pem.new
echo "checking if cert exists"
if cmp -s "/etc/ssl/certs/regcert.pem.new" "/etc/ssl/certs/regcert.pem"; then
echo "the cert already exists and has not changed"
Expand Down

0 comments on commit 09ec462

Please sign in to comment.