Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Small fix which might save a lot of pain
Browse files Browse the repository at this point in the history
  • Loading branch information
oeed committed Jul 18, 2014
1 parent e0d4d2e commit 70dbb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions startup
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ function RemoveOldFiles()
print('---------------------------------------------------')
log('Press enter to delete these files.')
read()
fs.delete('/System/.OneOS.settings')
for i, v in ipairs(oldFiles) do
log('Deleting: '..v)
if fs.exists(v) then
Expand Down

0 comments on commit 70dbb0e

Please sign in to comment.