Update IKEv2 script
- Minor improvement to client config message
This commit is contained in:
parent
d54b2ac57a
commit
35c85526b6
1 changed files with 11 additions and 1 deletions
|
@ -1135,8 +1135,18 @@ EOF
|
|||
}
|
||||
|
||||
print_client_info() {
|
||||
cat <<EOF
|
||||
if [ "$in_container" = "0" ]; then
|
||||
cat <<'EOF'
|
||||
Client configuration is available at:
|
||||
EOF
|
||||
else
|
||||
cat <<'EOF'
|
||||
Client configuration is available inside the
|
||||
Docker container at:
|
||||
EOF
|
||||
fi
|
||||
|
||||
cat <<EOF
|
||||
|
||||
$export_dir$client_name.p12 (for Windows)
|
||||
$export_dir$client_name.sswan (for Android)
|
||||
|
|
Loading…
Add table
Reference in a new issue