diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 12:55:40 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-04-11 16:15:52 +0200 |
commit | c15b0bf513438d81d41e6627b29aaf53942cb20f (patch) | |
tree | aaf0ec537b9bf601538c6bb62fabcb2ec8756f19 /modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json | |
parent | a26eefd77c77dbb817e7746f32d2c07734773cd0 (diff) |
luci-base: move and rename ucitrack fstab.json
Move the json file to where it belongs.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json')
-rw-r--r-- | modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json new file mode 100644 index 0000000000..95b071167c --- /dev/null +++ b/modules/luci-mod-system/root/usr/share/ucitrack/luci-mod-system-mounts.json @@ -0,0 +1,4 @@ +{ + "config": "fstab", + "exec": "/sbin/block mount" +} |