must wait 10 secs before importing profile ...
This commit is contained in:
parent
48d7db9573
commit
36b8403222
@ -43,10 +43,11 @@ ie4uinit.exe -show
|
||||
rem install configfile from folder personal ...
|
||||
if EXIST ..\personal\%openvpn_configfile% (
|
||||
echo importing OpenVPN configfile ...
|
||||
%capicli% -f ..\personal\%openvpn_configfile% ImportProfile
|
||||
%capicli% -w 10 -f ..\personal\%openvpn_configfile% ImportProfile
|
||||
) else (
|
||||
echo no configfile found!
|
||||
)
|
||||
|
||||
echo ####### %0 #######
|
||||
pause
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user