From 7f47452ca8bb4f2c266301eb999f0920fce04504 Mon Sep 17 00:00:00 2001 From: echicken <echicken@bbs.electronicchicken.com> Date: Sun, 29 Jul 2018 21:45:27 -0400 Subject: [PATCH] error directory --- mods/webv4-installer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/webv4-installer.js b/mods/webv4-installer.js index 2015ae7d83..3612e0cfb8 100644 --- a/mods/webv4-installer.js +++ b/mods/webv4-installer.js @@ -134,7 +134,7 @@ const extract_dir = fullpath(system.temp_dir); const temp_dir = fullpath(extract_dir + '/synchronet-web-v4-master'); const install_dir = fullpath(system.exec_dir + '../webv4'); const root_directory = fullpath(install_dir + '/root'); -const error_directory = fullpath(root_directory + '/errors'); +const error_directory = fullpath(root_directory + '/error'); var modopts_web = get_modopts_ini(); if (!modopts_web) { -- GitLab