Skip to content

Commit af7b3bc

Browse files
committed
Fixed bug
1 parent fed2c28 commit af7b3bc

File tree

1 file changed

+2
-2
lines changed
  • root/usr/local/bin

1 file changed

+2
-2
lines changed

root/usr/local/bin/ovpn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ elif [ "$cmd" == "enconf" ]; then
3333
ovpn_enconf ${@:2}
3434
elif [ "$cmd" == "pki" ]; then
3535
ovpn_pki ${@:2}
36-
elif [ "$cmd" == "restore"]; then
36+
elif [ "$cmd" == "restore" ]; then
3737
ovpn_restore ${@:2}
3838
else
3939
usage
4040
exit 1
41-
fi
41+
fi

0 commit comments

Comments
 (0)