Cleanup
This commit is contained in:
parent
7e20055671
commit
8c286df143
@ -46,7 +46,7 @@ wget https://git.io/ikev2setup -O ikev2.sh && sudo bash ikev2.sh --auto
|
|||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: ikev2.sh [options]
|
Usage: bash ikev2.sh [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
||||||
@ -55,7 +55,7 @@ Options:
|
|||||||
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
If you want to customize IKEv2 options, run this script without arguments.
|
To customize IKEv2 or client options, run this script without arguments.
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ If you want to customize IKEv2 options, run this script without arguments.
|
|||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: ikev2.sh [options]
|
Usage: bash ikev2.sh [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
||||||
@ -261,7 +261,7 @@ Options:
|
|||||||
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
If you want to customize IKEv2 options, run this script without arguments.
|
To customize IKEv2 or client options, run this script without arguments.
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ Click here to view detailed usage information for the IKEv2 helper script.
|
|||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: ikev2.sh [options]
|
Usage: bash ikev2.sh [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
||||||
@ -55,7 +55,7 @@ Options:
|
|||||||
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
If you want to customize IKEv2 options, run this script without arguments.
|
To customize IKEv2 or client options, run this script without arguments.
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ Click here to view detailed usage information for the IKEv2 helper script.
|
|||||||
</summary>
|
</summary>
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: ikev2.sh [options]
|
Usage: bash ikev2.sh [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
||||||
@ -261,7 +261,7 @@ Options:
|
|||||||
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
If you want to customize IKEv2 options, run this script without arguments.
|
To customize IKEv2 or client options, run this script without arguments.
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ show_usage() {
|
|||||||
echo "Error: $1" >&2;
|
echo "Error: $1" >&2;
|
||||||
fi
|
fi
|
||||||
cat 1>&2 <<EOF
|
cat 1>&2 <<EOF
|
||||||
Usage: $0 [options]
|
Usage: bash $0 [options]
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
--auto run IKEv2 setup in auto mode using default options (for initial IKEv2 setup only)
|
||||||
@ -131,7 +131,7 @@ Options:
|
|||||||
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
--listclients list the names of existing IKEv2 clients (after IKEv2 setup)
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
|
|
||||||
If you want to customize IKEv2 options, run this script without arguments.
|
To customize IKEv2 or client options, run this script without arguments.
|
||||||
EOF
|
EOF
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user