diff --git a/Vagrant/logger_bootstrap.sh b/Vagrant/logger_bootstrap.sh index c23e0f982..fc0a4f755 100644 --- a/Vagrant/logger_bootstrap.sh +++ b/Vagrant/logger_bootstrap.sh @@ -477,6 +477,8 @@ install_velociraptor() { cp /vagrant/resources/velociraptor/server.config.yaml /opt/velociraptor echo "[$(date +%H:%M:%S)]: Creating Velociraptor dpkg..." ./velociraptor --config /opt/velociraptor/server.config.yaml debian server + echo "[$(date +%H:%M:%S)]: Cleanup velociraptor package building leftovers..." + rm -rf /opt/velociraptor/logs echo "[$(date +%H:%M:%S)]: Installing the dpkg..." if dpkg -i velociraptor_*_server.deb >/dev/null; then echo "[$(date +%H:%M:%S)]: Installation complete!"