mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
openvpn: Increment version number for easy-rsa 3 migration
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
544c317cd2
commit
0457f34c21
@ -21,14 +21,14 @@ FreedomBox app to configure OpenVPN server.
|
|||||||
from django.urls import reverse_lazy
|
from django.urls import reverse_lazy
|
||||||
from django.utils.translation import ugettext_lazy as _
|
from django.utils.translation import ugettext_lazy as _
|
||||||
|
|
||||||
from plinth import service as service_module
|
|
||||||
from plinth import action_utils, actions, cfg, frontpage
|
from plinth import action_utils, actions, cfg, frontpage
|
||||||
|
from plinth import service as service_module
|
||||||
from plinth.menu import main_menu
|
from plinth.menu import main_menu
|
||||||
from plinth.utils import format_lazy
|
from plinth.utils import format_lazy
|
||||||
|
|
||||||
from .manifest import backup
|
from .manifest import backup
|
||||||
|
|
||||||
version = 2
|
version = 3
|
||||||
|
|
||||||
service = None
|
service = None
|
||||||
|
|
||||||
@ -57,8 +57,7 @@ manual_page = 'OpenVPN'
|
|||||||
def init():
|
def init():
|
||||||
"""Initialize the OpenVPN module."""
|
"""Initialize the OpenVPN module."""
|
||||||
menu = main_menu.get('apps')
|
menu = main_menu.get('apps')
|
||||||
menu.add_urlname(name, 'openvpn', 'openvpn:index',
|
menu.add_urlname(name, 'openvpn', 'openvpn:index', short_description)
|
||||||
short_description)
|
|
||||||
|
|
||||||
global service
|
global service
|
||||||
setup_helper = globals()['setup_helper']
|
setup_helper = globals()['setup_helper']
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user