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