We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0061fbe commit 1b06ab0Copy full SHA for 1b06ab0
erroraction.cmd
@@ -107,15 +107,13 @@ IF NOT %ERRORLEVEL%==0 (
107
108
dir "%curdir%\base64.exe" > nul 2> nul
109
IF NOT %ERRORLEVEL%==0 (
110
- IF "%MAIL_ALERT%"=="yes" call:Log "Missing base64.exe file. Did you install without mail alert support ?"
111
- SET SCRIPT_ERROR=1
112
- )
+ IF "%MAIL_ALERT%"=="yes" call:Log "Missing base64.exe file. Did you install without mail alert support ?" && SET SCRIPT_ERROR=1
+ )
113
114
dir "%curdir%\gzip.exe" > nul 2> nul
115
116
IF "%MAIL_ALERT%"=="yes" call:Log "Missing gzip.exe file. Did you install without mail alert support ?" && SET SCRIPT_ERROR=1
117
118
119
GOTO:EOF
120
121
:CheckMailValues
0 commit comments