Skip to content

Commit b09d5e4

Browse files
authored
Fix: Typo in ovpn_run function call
1 parent b8fc67e commit b09d5e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ovpn_run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
mask2cdr ()
3+
mask2cidr ()
44
{
55
# Assumes there's no "255." after a non-255 byte in the mask
66
local x=${1##*255.}

0 commit comments

Comments
 (0)