aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-25 22:07:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-25 22:07:33 -0300
commit21ae99b51e99439dafacd166236039a731597096 (patch)
tree80f62b4a4f736dff0b6b32e8e07e7c120006ff96
parent51f40e313dc4c12b34546c4cc7e15131b691c70a (diff)
downloadhttruta-21ae99b51e99439dafacd166236039a731597096.tar.gz
httruta-21ae99b51e99439dafacd166236039a731597096.tar.bz2
Cleanup
-rw-r--r--config2
-rwxr-xr-xscuttler3
2 files changed, 0 insertions, 5 deletions
diff --git a/config b/config
index 37a4b91..f692713 100644
--- a/config
+++ b/config
@@ -9,5 +9,3 @@ USER="arquivo"
GROUP="arquivo"
DEPTH="2"
EXT_DEPTH="1"
-SCUTTLE_USER="links"
-SCUTTLE_GROUP="links"
diff --git a/scuttler b/scuttler
index 2aa61a5..56715c5 100755
--- a/scuttler
+++ b/scuttler
@@ -25,9 +25,6 @@ DBHOST=`httracker_scuttle_config dbhost`
URLS="$URLS_SCUTTLER"
# Get URLs from database
-touch ${URLS}
-chown ${SCUTTLE_USER}.${SCUTTLE_GROUP} ${URLS}
-chmod 600 ${URLS}
httracker_sqlquery "select bAddress from sc_bookmarks;" > ${URLS}
# Download in incremental mode