nexxai / CryptoBlocker

A script to deploy File Server Resource Manager and associated scripts to block infected users
GNU General Public License v2.0
200 stars 73 forks source link

Added FSRM install failure check. #9

Closed gastamper closed 7 years ago

gastamper commented 7 years ago

Added some checks to ensure that FSRM actually installs - presently it could fail for a number of reasons (other roles waiting to be installed, for example) and the script will continue executing anyways. This prevents that.

nexxai commented 7 years ago

Looks good.