In ion3, it is not possible to use os.execute anymore, as it is
disabled in ioncorelib-luaext.lua:

function os.execute()
    warn("Do not use os.execute. Use ioncore.exec.")
end

But it's not possible to use ioncore.exec during initialisation. I
want to run "test -x /usr/bin/update-menus" in {ion,pwm}-menus.lua to
check whether I should include a Debian menu or not, how can I do
that?

-- 
Pelle

Reply via email to