You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ssl_config.bat
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,6 @@ rem Count the number of arguments.
72
72
set$argumentCount=0
73
73
for%%xin (%*) doSet /A $argumentCount+=1
74
74
75
-
76
-
rem ----------------
77
-
rem Get CLI arg(s)
78
-
rem ----------------
79
-
80
-
rem Set the variables.
81
-
set$configPath=
82
-
set$restoreFlag=false
83
-
84
75
rem Check if no arguments were given.
85
76
if!$argumentCount!equ0 (
86
77
call :failure"CLI Argument Error""ssl_conf.bat""No ini file was given.""Please pass in the path to your config.ini file."
@@ -91,6 +82,15 @@ if !$argumentCount! gtr 2 (
91
82
call :failure"CLI Argument Error""ssl_conf.bat""More than two arguments were given.""Please only pass in a maximum of 2 arguments, your ini file and the optional restore command."
0 commit comments