From b1fd2ba48b48227a58f3884c5fe019a26cb3c607 Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Wed, 29 Nov 2017 04:50:01 +0000 Subject: [PATCH] minor fix What would we want a warning that we can't get to read for? --- updater.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/updater.bat b/updater.bat index 7a70f28..71576cd 100644 --- a/updater.bat +++ b/updater.bat @@ -61,6 +61,8 @@ IF DEFINED _updateb ( ) ELSE ( ECHO. ECHO The [updated] label is reserved. Do not run an [updated] script directly, or rename it to something else before you run it. + PING -n 301 127.0.0.1>nul + EXIT /B ) ) )