remove old startup

This commit is contained in:
kepler155c@gmail.com 2019-04-24 20:32:38 -04:00
parent a5fc89beee
commit 366ab1736b
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ end
if fs.exists('sys/etc/app.db') then fs.delete('sys/etc/app.db') end
if fs.exists('sys/extensions') then fs.delete('sys/extensions') end
if fs.exists('sys/network') then fs.delete('sys/network') end
if fs.exists('startup') then fs.delete('startup') end