mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +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
|
#!/bin/sh
|
||||||
|
MYDIR=$(dirname "$(readlink -f "$0")")
|
||||||
. "${MYDIR}/../config.ini"
|
. "${MYDIR}/../config.ini"
|
||||||
rsync -av "${MYDIR}/../otadb.db3" "${SYNC_REMOTE_DIR}/"
|
rsync -av "${MYDIR}/../otadb.db3" "${SYNC_REMOTE_DIR}/"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user