From 05243a21c7b662b5e07c06d3d4777837bcdf397a Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 12 Jan 2024 13:48:55 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)