bugfix: combined-saved was not making directory
This commit is contained in:
parent
093fc9fafc
commit
4fd33ab077
@ -110,6 +110,7 @@ case "$parm" in
|
|||||||
get_client_config "combined"
|
get_client_config "combined"
|
||||||
;;
|
;;
|
||||||
"combined-save")
|
"combined-save")
|
||||||
|
mkdir -p "$dir"
|
||||||
get_client_config "combined" > "$dir/${cn}-combined.ovpn"
|
get_client_config "combined" > "$dir/${cn}-combined.ovpn"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user