yet another issue with WebInstall

This commit is contained in:
TheWahlolly
2025-05-18 21:39:11 +03:00
committed by GitHub
parent 05752fee85
commit 64642acdb3
+1 -1
View File
@@ -132,7 +132,7 @@ for oldFile in fs.list(installLocation) do
table.insert(oldFiles, oldFile)
end
end
for i = 1, 3 do
for i = 1, 4 do
local webInstallConfig = webInstallConfig[installationOrder[i]]
if webInstallConfig.directories then
for _, directory in pairs(webInstallConfig.directories) do