aboutsummaryrefslogtreecommitdiff
path: root/scuttler
diff options
context:
space:
mode:
Diffstat (limited to 'scuttler')
-rwxr-xr-xscuttler4
1 files changed, 4 insertions, 0 deletions
diff --git a/scuttler b/scuttler
index e4f7419..3275712 100755
--- a/scuttler
+++ b/scuttler
@@ -6,6 +6,10 @@
# Load and initialize
source `dirname $0`/lib/httracker/functions || exit 1
+# Parameters
+DIRNAME="`dirname $0`"
+BASENAME="`basename $0`"
+
# Other parameters
SCUTTLEDIR="`basename $( find ${SCUTTLE_BASE} -maxdepth 1 -iname "SemanticScuttle-*" | head -n 1 )`"
CONFIGFILE="${SCUTTLE_BASE}/${SCUTTLEDIR}/data/config.php"