diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:27:14 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 20:27:14 -0300 | 
| commit | c1ef6801080a6783f78d1a767fa69a6f24c56676 (patch) | |
| tree | 027f26989d97fab81026d4497bcf434da2cb56d3 | |
| parent | 2c99d6f0cd48026e4d8720e091801bf9443bd245 (diff) | |
| download | httruta-c1ef6801080a6783f78d1a767fa69a6f24c56676.tar.gz httruta-c1ef6801080a6783f78d1a767fa69a6f24c56676.tar.bz2 | |
Properly source config
| -rwxr-xr-x | httracker | 4 | ||||
| -rwxr-xr-x | scuttler | 4 | 
2 files changed, 4 insertions, 4 deletions
| @@ -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 @@ -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 | 
