aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-25 20:22:47 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-25 20:22:47 -0300
commit082b6c7536aebf55ae859b2cd063e2f0ba0b2a43 (patch)
tree498c2ddf9c38c4abeca3edb934a377d93ca0633c
parent2a58c22520ab491d695b5b5d0115068a96884eb1 (diff)
downloadhttruta-082b6c7536aebf55ae859b2cd063e2f0ba0b2a43.tar.gz
httruta-082b6c7536aebf55ae859b2cd063e2f0ba0b2a43.tar.bz2
Cleanup
-rwxr-xr-xscuttler1
1 files changed, 0 insertions, 1 deletions
diff --git a/scuttler b/scuttler
index b74ddaa..a68961f 100755
--- a/scuttler
+++ b/scuttler
@@ -25,7 +25,6 @@ dbhost=`httracker_scuttle_config dbhost`
URLS="$URLS_SCUTTLER"
# Get URLs from database
-URLS=`mktemp -p ${TMP}`
chown links.links ${URLS}
chmod 600 ${URLS}
httracker_sqlquery "select bAddress from sc_bookmarks;" > ${URLS}