diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:22:47 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:22:47 -0300 |
commit | 082b6c7536aebf55ae859b2cd063e2f0ba0b2a43 (patch) | |
tree | 498c2ddf9c38c4abeca3edb934a377d93ca0633c /scuttler | |
parent | 2a58c22520ab491d695b5b5d0115068a96884eb1 (diff) | |
download | httruta-082b6c7536aebf55ae859b2cd063e2f0ba0b2a43.tar.gz httruta-082b6c7536aebf55ae859b2cd063e2f0ba0b2a43.tar.bz2 |
Cleanup
Diffstat (limited to 'scuttler')
-rwxr-xr-x | scuttler | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} |