Browse Source

Fixing data location save point

environments/production/deployments/13
Drew Short 6 years ago
parent
commit
260f29a4f8
  1. 2
      src/spm/spm.lua

2
src/spm/spm.lua

@ -124,7 +124,7 @@ local function readFromFile(fNum)
end
local function saveToFile(tPacks)
local file, msg = io.open("/etc/opdata.svd", "wb")
local file, msg = io.open("/etc/spdata.svd", "wb")
if not file then
io.stderr:write("Error while trying to save package names: " .. msg)
return

Loading…
Cancel
Save