diff --git a/mods/webv4-installer.js b/mods/webv4-installer.js
index 2015ae7d83b9c38f0eaca81ea74c74c36b1182a5..3612e0cfb8cd615a0586b072aa9cef39f31ab73b 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) {