diff options
author | Dirk Brenken <dev@brenken.org> | 2018-07-31 11:27:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 11:27:11 +0200 |
commit | c1b999461e9bcfefc136bb0e87f62050beacc45d (patch) | |
tree | f7a22bdd66b850ff55713f9d3d3759966b39dc30 /applications/luci-app-travelmate/luasrc/controller/travelmate.lua | |
parent | 9217240b04abf4a5d60652c3f925bc7c4115a87d (diff) | |
parent | af25cf4879163b38e9fd71bd3a55e77c31d3d903 (diff) |
Merge pull request #2021 from dibdot/travelmate
luci-app-travelmate: "final" fixes
Diffstat (limited to 'applications/luci-app-travelmate/luasrc/controller/travelmate.lua')
-rw-r--r-- | applications/luci-app-travelmate/luasrc/controller/travelmate.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-travelmate/luasrc/controller/travelmate.lua b/applications/luci-app-travelmate/luasrc/controller/travelmate.lua index 00969ffe7d..775831d9d0 100644 --- a/applications/luci-app-travelmate/luasrc/controller/travelmate.lua +++ b/applications/luci-app-travelmate/luasrc/controller/travelmate.lua @@ -39,7 +39,7 @@ function trm_action(name) if name == "do_restart" then luci.sys.call("/etc/init.d/travelmate restart >/dev/null 2>&1") end - luci.http.prepare_content("text/plain") + luci.http.prepare_content("text/plain") luci.http.write("0") end |