From 43ba49b97c18ba7efa0e80b855cbf7297822a40e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 25 Aug 2013 20:06:23 -0300 Subject: Create folders on scuttler --- scuttler | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scuttler b/scuttler index c02e992..472a922 100755 --- a/scuttler +++ b/scuttler @@ -9,6 +9,9 @@ source config || exit 1 # Functions source lib/httracker/functions || exit 1 +# Create folders +mkdir -p $MIRRORS $TMP + # Other parameters BASEDIR=/var/sites/links SCUTTLEDIR=`basename $( find ${BASEDIR} -maxdepth 1 -iname "SemanticScuttle-*" | head -n 1 )` -- cgit v1.2.3