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

/etc/config/gluon-simple-tc was removed with Gluon 2016.1.
This commit is contained in:
Matthias Schiffer 2019-06-11 15:51:26 +02:00
parent 818c31afdd
commit fc7c8cb086
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 0 additions and 5 deletions

View File

@ -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')