wip
This commit is contained in:
parent
593efa45b1
commit
652a57e8e9
@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
{% if yadm.class == "Work" %}
|
|
||||||
echo "Creating Target CA bundle directory..."
|
echo "Creating Target CA bundle directory..."
|
||||||
mkdir -p "$HOME"/.config/target-certs
|
mkdir -p "$HOME"/.config/target-certs
|
||||||
|
|
||||||
@ -12,4 +11,3 @@ if ! curl -s -o "$HOME"/.config/target-certs/tgt-ca-bundle.crt \
|
|||||||
else
|
else
|
||||||
echo "Downloaded and installed Target CA bundle."
|
echo "Downloaded and installed Target CA bundle."
|
||||||
fi
|
fi
|
||||||
{% endif %}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user