1
0
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2025-07-09 18:30:29 +02:00

minor fix

What would we want a warning that we can't get to read for?
This commit is contained in:
claustromaniac 2017-11-29 04:50:01 +00:00
parent bdf69cd198
commit b1fd2ba48b

View file

@ -61,6 +61,8 @@ IF DEFINED _updateb (
) ELSE ( ) ELSE (
ECHO. ECHO.
ECHO The [updated] label is reserved. Do not run an [updated] script directly, or rename it to something else before you run it. 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
) )
) )
) )