mirror-env/roles/mirror/templates/mirror/debian/bin/udh

14 lines
163 B
Bash
Executable File

#!/bin/bash
set -e
unset LC_CTYPE
LANG=C
HOST=`hostname -f`
cd ${HOME}/archvsync
git pull
cd ${HOME}
~/archvsync/bin/dircombine . . archvsync/ >/dev/null 2>&1