blob: 45b887da7d23578056445af4fc423c2d5270376e [file] [log] [blame]
#!/bin/bash
# Swarming calls "sudo ..." sometimes, for example to restart the bot, which is
# non-sensical in a container, so we just kill swarming when it tries that.
echo "sudo called with - $@"
kill -9 $PPID