1
0
mirror of https://github.com/kepler155c/opus synced 2024-12-31 19:00:27 +00:00

remove old startup

This commit is contained in:
kepler155c@gmail.com 2019-04-24 20:32:38 -04:00
parent a5fc89beee
commit 366ab1736b

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