mirror of
https://github.com/kepler155c/opus
synced 2025-10-10 21:37:43 +00:00
url apps, cleanup
This commit is contained in:
@@ -15,7 +15,7 @@ if not s then
|
||||
end
|
||||
|
||||
-- process fstab
|
||||
local mounts = Util.readFile('usr/config/fstab')
|
||||
local mounts = Util.readFile('sys/etc/fstab')
|
||||
if mounts then
|
||||
for _,l in ipairs(Util.split(mounts)) do
|
||||
if l:sub(1, 1) ~= '#' then
|
||||
|
Reference in New Issue
Block a user