aboutsummaryrefslogtreecommitdiff
path: root/httracker
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-25 20:27:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-25 20:27:14 -0300
commitc1ef6801080a6783f78d1a767fa69a6f24c56676 (patch)
tree027f26989d97fab81026d4497bcf434da2cb56d3 /httracker
parent2c99d6f0cd48026e4d8720e091801bf9443bd245 (diff)
downloadhttruta-c1ef6801080a6783f78d1a767fa69a6f24c56676.tar.gz
httruta-c1ef6801080a6783f78d1a767fa69a6f24c56676.tar.bz2
Properly source config
Diffstat (limited to 'httracker')
-rwxr-xr-xhttracker4
1 files changed, 2 insertions, 2 deletions
diff --git a/httracker b/httracker
index de05fac..0651be4 100755
--- a/httracker
+++ b/httracker
@@ -4,10 +4,10 @@
#
# Configuration
-source config || exit 1
+source `dirname $0`/config || exit 1
# Functions
-source lib/httracker/functions || exit 1
+source `dirname $0`/lib/httracker/functions || exit 1
# Create folders
httracker_setup_folders