Driver Scripts: Don't remove FortFirewall service

This commit is contained in:
Nodir Temirkhodjaev 2024-09-06 11:55:10 +05:00
parent 9dc1b52632
commit 379ad0cace
2 changed files with 5 additions and 2 deletions

View File

@ -52,6 +52,10 @@ sc start %DRIVERSVC%
) )
@rem Start the FortFirewall service
@sc start %FORTSVC%
@set RCODE=0 @set RCODE=0
@goto EXIT @goto EXIT

View File

@ -3,9 +3,8 @@
@call "%~dp0setup-vars.bat" @call "%~dp0setup-vars.bat"
@rem Stop and delete the FortFirewall service @rem Stop the FortFirewall service
@sc stop %FORTSVC% @sc stop %FORTSVC%
@sc delete %FORTSVC%
@rem Stop the driver service @rem Stop the driver service