mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ main() {
|
|||
shift 2
|
||||
;;
|
||||
-p|--path)
|
||||
BASEPATH="$2"
|
||||
BASEPATH="$2/"
|
||||
shift 2
|
||||
;;
|
||||
-n|--dry-run)
|
||||
|
|
|
|||
Loading…
Reference in a new issue