Merge pull request #202 from Gmentsik/combined-save-bugfix
bugfix: combined-saved was not making directory
This commit is contained in:
commit
5e95b64ff1
@ -110,6 +110,7 @@ case "$parm" in
|
||||
get_client_config "combined"
|
||||
;;
|
||||
"combined-save")
|
||||
mkdir -p "$dir"
|
||||
get_client_config "combined" > "$dir/${cn}-combined.ovpn"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user