mirror of
https://github.com/kepler155c/opus
synced 2025-10-19 09:47:39 +00:00
oops
This commit is contained in:
@@ -12,7 +12,7 @@ end
|
||||
|
||||
-- TODO: Temporary
|
||||
local upgrade = Util.readTable('usr/config/shell')
|
||||
if upgrade and not upgrade.upgraded or upgrade.upgraded ~= 1 then
|
||||
if upgrade and (not upgrade.upgraded or upgrade.upgraded ~= 1) then
|
||||
fs.delete('usr/config/shell')
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user