From 436bc8f5b0378d54190cc8dd1d4d181763bbe49b Mon Sep 17 00:00:00 2001 From: Jan-Tarek Butt Date: Sat, 25 Aug 2018 16:31:22 +0200 Subject: [PATCH] gluon-hoodselector: remove outdated comments --- package/gluon-hoodselector/luasrc/usr/sbin/hoodselector | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/gluon-hoodselector/luasrc/usr/sbin/hoodselector b/package/gluon-hoodselector/luasrc/usr/sbin/hoodselector index 0cfe8a29..2034666e 100755 --- a/package/gluon-hoodselector/luasrc/usr/sbin/hoodselector +++ b/package/gluon-hoodselector/luasrc/usr/sbin/hoodselector @@ -44,14 +44,14 @@ if hoodutil.directVPN() then local geoHood = hoodutil.getHoodByGeo(jhood, geo) if geoHood ~= nil then if hoodutil.set_hoodconfig(geoHood) then - hoodutil.restart_services() -- temporary solution + hoodutil.restart_services() io.stdout:write('Hood set by VPN mode.\n') end os.exit(0) end io.stdout:write('No hood has been defined for the current position.\n') if hoodutil.set_hoodconfig(hoodutil.getDefaultHood(jhood)) then - hoodutil.restart_services() -- TMP solution + hoodutil.restart_services() io.stdout:write('Hood set by VPN mode.\n') end os.exit(0)