cyberperspectives / sagacity

Security Assessment Data Management and Analysis Tool
http://www.cyberperspectives.com
Apache License 2.0
38 stars 13 forks source link

Uninstall leaves www/exec #53

Closed JeffOdegard closed 5 years ago

JeffOdegard commented 6 years ago

It looks like the uninstall script can sometimes leave an empty www/exec folder behind. It looks like there might still be a process running or something like that that prevents deletion - or maybe the sc stop apache2.4 returns before it is complete. Also, the xampp uninstall returns well before the uninstallation is complete. There may need to be some sleep commands or checks at the end of the run to make sure uninstallation is truly complete before reporting it to the user.

JeffOdegard commented 5 years ago

I believe this is fixed. This and the changes to install.bat and install-dev.bat need to be tested as well.

JeffOdegard commented 5 years ago

I've installed/uninstalled several times with the new changes, and it appears to be working.