aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscuttler3
1 files changed, 3 insertions, 0 deletions
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 )`