From 086cf67e93bf5423ac14e21a7309ae2400e645da Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 18 Oct 2022 12:48:20 +0530 Subject: [PATCH] Remove commented-out script copying line --- scripts/on_sd_start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/on_sd_start.bat b/scripts/on_sd_start.bat index f0619ae9..17f9f8ac 100644 --- a/scripts/on_sd_start.bat +++ b/scripts/on_sd_start.bat @@ -1,6 +1,6 @@ @echo off -@REM @copy sd-ui-files\scripts\on_env_start.bat scripts\ /Y +@copy sd-ui-files\scripts\on_env_start.bat scripts\ /Y @REM Caution, this file will make your eyes and brain bleed. It's such an unholy mess. @REM Note to self: Please rewrite this in Python. For the sake of your own sanity.