mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-10-27 06:31:23 +01:00
ADMIN: dump-certs: fix lack of / in -p
Add a trailing / so -p don't fail if it wasn't specified.
This commit is contained in:
parent
172ac6ad03
commit
5c9f28641b
@ -169,7 +169,7 @@ main() {
|
|||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
-p|--path)
|
-p|--path)
|
||||||
BASEPATH="$2"
|
BASEPATH="$2/"
|
||||||
shift 2
|
shift 2
|
||||||
;;
|
;;
|
||||||
-n|--dry-run)
|
-n|--dry-run)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user