This commit is contained in:
kepler155c@gmail.com 2019-02-07 03:15:40 -05:00
parent 53e0fa3795
commit 8333b3bbec
1 changed files with 1 additions and 1 deletions

View File

@ -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