From becc907fde8078a08ac527ce9fad7c15b2df3b8e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 8 Apr 2016 18:57:25 +0200 Subject: [PATCH] Don't mess with User RUnOnShutdown when user can't report anymore Leave it to the sync script which will use the admin RunOnShutdown --- softwares/FWSUpdates/bin/chkupd.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/softwares/FWSUpdates/bin/chkupd.bat b/softwares/FWSUpdates/bin/chkupd.bat index 50b4da3..fb6aa46 100644 --- a/softwares/FWSUpdates/bin/chkupd.bat +++ b/softwares/FWSUpdates/bin/chkupd.bat @@ -135,7 +135,7 @@ IF %CHANGES% LSS 1 ( ) ELSE ( SET watext=%INTRO% %L_FOR_YOUR_SYSTEM%.~~%AVAILABLE_SINCE% %L_SINCE% %AGE% %L_DAYS%.~~%L_CANT_REPORT_ANYMORE% start /w %SystemDrive%\FWSUpdates\bin\wizapp.exe FINISH TB - goto :shutdown + goto :EOF ) )