Initial commit
This commit is contained in:
Executable
+8
@@ -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