summaryrefslogtreecommitdiffstats
path: root/openvpn-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn-model.lua')
-rw-r--r--openvpn-model.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/openvpn-model.lua b/openvpn-model.lua
index 304b155..8995594 100644
--- a/openvpn-model.lua
+++ b/openvpn-model.lua
@@ -252,7 +252,6 @@ function create_config(config)
end
if success then
- if not posix.stat(baseurl) then posix.mkdir(baseurl) end
fs.create_file(path)
else
config.errtxt = "Failed to create config"