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