tpotce/docker/elk/logstash/dist/update.sh
2018-05-03 12:21:19 +00:00

12 lines
211 B
Bash

#!/bin/bash
# Let's ensure normal operation on exit or if interrupted ...
function fuCLEANUP {
exit 0
}
trap fuCLEANUP EXIT
# Download updated translation maps
cd /etc/listbot
git pull --all --depth=1
cd /