diff --git a/getscript.lua b/getscript.lua index 2db9512..b453700 100644 --- a/getscript.lua +++ b/getscript.lua @@ -72,10 +72,6 @@ if run then else local sFile = tArgs[1] or getFilename(url) or url local sPath = shell.resolve(sFile) - if fs.exists(sPath) then - print("File already exists") - return - end local res = get(url) if not res then return end