Initial commit
This commit is contained in:
8
script/sync_tables_trigger.sh
Executable file
8
script/sync_tables_trigger.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
while :
|
||||
do
|
||||
sleep $SYNC_TABLES_INTERVAL
|
||||
cd /cartodb
|
||||
bundle exec rake cartodb:sync_tables[true]
|
||||
done
|
||||
Reference in New Issue
Block a user