mirror of
https://github.com/kepler155c/opus
synced 2025-01-01 03:10:28 +00:00
oops
This commit is contained in:
parent
53e0fa3795
commit
8333b3bbec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user