mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-12-25 12:04:07 +00:00
Bugfix and new tool to fetch db.
This commit is contained in:
parent
41137663db
commit
02a122c29c
4
bin/get_db.sh
Executable file
4
bin/get_db.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
MYDIR=$(dirname "$(readlink -f "$0")")
|
||||
. "${MYDIR}/../config.ini"
|
||||
rsync -av "${SYNC_REMOTE_DIR}/otadb.db3" "${MYDIR}/../"
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
MYDIR=$(dirname "$(readlink -f "$0")")
|
||||
. "${MYDIR}/../config.ini"
|
||||
rsync -av "${MYDIR}/../otadb.db3" "${SYNC_REMOTE_DIR}/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user