tpotce/docker/elk/logstash/dist/update.sh
Marco Ochse 0d5d80b1e3 include docker repos
... skip emobility since it is a dev repo
2017-10-13 18:58:14 +00:00

12 lines
195 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
cd /