1
0
mirror of https://github.com/mbirth/tcl_update_db.git synced 2024-09-20 09:13:25 +01:00
tcl_update_db/bin/put_db.sh

5 lines
132 B
Bash
Raw Normal View History

2017-12-18 14:02:24 +00:00
#!/bin/sh
2018-01-19 21:18:35 +00:00
MYDIR=$(dirname "$(readlink -f "$0")")
2017-12-18 14:02:24 +00:00
. "${MYDIR}/../config.ini"
rsync -av "${MYDIR}/../otadb.db3" "${SYNC_REMOTE_DIR}/"