diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 5dbc013..655a964 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1009,7 +1009,7 @@ class NeoBootImageChoose(Screen): if checkInternet(): pass else: - system('/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/files/userscript.sh') + system('/etc/init.d/networking force-reload') mess = _('Geen internet') self.session.open(MessageBox, mess, MessageBox.TYPE_INFO)