We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6dda41 + 78edf91 commit 52d1846Copy full SHA for 52d1846
Vagrant/logger_bootstrap.sh
@@ -477,6 +477,8 @@ install_velociraptor() {
477
cp /vagrant/resources/velociraptor/server.config.yaml /opt/velociraptor
478
echo "[$(date +%H:%M:%S)]: Creating Velociraptor dpkg..."
479
./velociraptor --config /opt/velociraptor/server.config.yaml debian server
480
+ echo "[$(date +%H:%M:%S)]: Cleanup velociraptor package building leftovers..."
481
+ rm -rf /opt/velociraptor/logs
482
echo "[$(date +%H:%M:%S)]: Installing the dpkg..."
483
if dpkg -i velociraptor_*_server.deb >/dev/null; then
484
echo "[$(date +%H:%M:%S)]: Installation complete!"
0 commit comments