1
0
mirror of https://github.com/kepler155c/opus synced 2025-01-01 03:10:28 +00:00
This commit is contained in:
kepler155c@gmail.com 2019-02-07 03:15:40 -05:00
parent 53e0fa3795
commit 8333b3bbec

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