From 17745c996cc92b61f6af437037216925c5c343ed Mon Sep 17 00:00:00 2001 From: Buduf Date: Thu, 30 Jun 2022 11:57:26 +0200 Subject: [PATCH] getscript: overwrite file --- getscript.lua | 4 ---- 1 file changed, 4 deletions(-) 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