diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:25:36 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:25:36 -0300 |
commit | 2c99d6f0cd48026e4d8720e091801bf9443bd245 (patch) | |
tree | fddeeddaa30ef50025426f0b2f4e3aa7f21c8ab0 /scuttler | |
parent | a39f5435da4a284d9e0037db747b36b324710159 (diff) | |
download | httruta-2c99d6f0cd48026e4d8720e091801bf9443bd245.tar.gz httruta-2c99d6f0cd48026e4d8720e091801bf9443bd245.tar.bz2 |
Minor fix
Diffstat (limited to 'scuttler')
-rwxr-xr-x | scuttler | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ dbhost=`httracker_scuttle_config dbhost` URLS="$URLS_SCUTTLER" # Get URLs from database +touch ${URLS} chown links.links ${URLS} chmod 600 ${URLS} httracker_sqlquery "select bAddress from sc_bookmarks;" > ${URLS} |