1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-10 21:37:43 +00:00

url apps, cleanup

This commit is contained in:
kepler155c@gmail.com
2017-05-31 07:06:30 -04:00
parent 10cd1509fb
commit 16ac873ace
4 changed files with 23 additions and 22 deletions

View File

@@ -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