Add XML declaration for better syntax highlighting
This commit is contained in:
parent
aa308c54c2
commit
7df103c0c6
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
CONN_SHARED_SECRET=$(cat /etc/ipsec.secrets | sed 's/.*"\(.*\)"/\1/g')
|
||||
|
||||
cat <<EOF
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<!-- Read more: https://wiki.strongswan.org/projects/strongswan/wiki/AppleIKEv2Profile -->
|
||||
<plist version="1.0">
|
||||
|
|
Loading…
Reference in a new issue