Skip to content
Snippets Groups Projects
Unverified Commit fc7c8cb0 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-mesh-vpn-core: remove obsolete migration code

/etc/config/gluon-simple-tc was removed with Gluon 2016.1.
parent 818c31af
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,6 @@ uci:section('network', 'interface', 'mesh_vpn', {
uci:save('network')
if unistd.access('/etc/config/gluon-simple-tc') then
os.rename('/etc/config/gluon-simple-tc', '/etc/config/simple-tc')
end
-- The previously used user and group are removed, we now have a generic group
users.remove_user('gluon-fastd')
users.remove_group('gluon-fastd')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment