Skip to content

Commit

Permalink
Merge pull request clong#892 from xx4h/fix-velociraptor-startup
Browse files Browse the repository at this point in the history
Fix velociraptor startup
  • Loading branch information
clong authored Mar 24, 2023
2 parents a6dda41 + 78edf91 commit 52d1846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrant/logger_bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down

0 comments on commit 52d1846

Please sign in to comment.