diff --git a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm
index 13f998979..ee213ed86 100644
--- a/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm
+++ b/luci-app-openmptcprouter/luasrc/view/openmptcprouter/wizard.htm
@@ -295,17 +295,17 @@
for _, vpn in pairs(available_vpns) do
if vpn == "glorytun_tcp" then
%>
- <% if nixio.fs.access("/usr/sbin/glorytun") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/glorytun") then %><% end %>
<% elseif vpn == "glorytun_udp" then %>
- <% if nixio.fs.access("/usr/sbin/glorytun-udp") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/glorytun-udp") then %><% end %>
<% elseif vpn == "dsvpn" then %>
- <% if nixio.fs.access("/usr/sbin/dsvpn") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/dsvpn") then %><% end %>
<% elseif vpn == "mlvpn" then %>
- <% if nixio.fs.access("/usr/sbin/mlvpn") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/mlvpn") then %><% end %>
<% elseif vpn == "ubond" then %>
- <% if nixio.fs.access("/usr/sbin/ubond") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/ubond") then %><% end %>
<% elseif vpn == "openvpn" then %>
- <% if nixio.fs.access("/etc/init.d/openvpn") then %><% end %>
+ <% if nixio.fs.access("/etc/init.d/openvpn") then %><% end %>
<% elseif vpn == "openvpn_bonding" then %>
<% if nixio.fs.access("/etc/init.d/openvpnbonding") then %><% end %>
<%
@@ -316,12 +316,12 @@
<%
else
%>
- <% if nixio.fs.access("/usr/sbin/glorytun") then %><% end %>
- <% if nixio.fs.access("/usr/sbin/glorytun-udp") then %><% end %>
- <% if nixio.fs.access("/usr/sbin/dsvpn") then %><% end %>
- <% if nixio.fs.access("/usr/sbin/mlvpn") then %><% end %>
- <% if nixio.fs.access("/usr/sbin/ubond") then %><% end %>
- <% if nixio.fs.access("/etc/init.d/openvpn") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/glorytun") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/glorytun-udp") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/dsvpn") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/mlvpn") then %><% end %>
+ <% if nixio.fs.access("/usr/sbin/ubond") then %><% end %>
+ <% if nixio.fs.access("/etc/init.d/openvpn") then %><% end %>
<% if nixio.fs.access("/etc/init.d/openvpnbonding") then %><% end %>
<%