@@ -26,7 +26,7 @@ use darsan_client;
use commands;
my $NAME = "djinn";
-my $confdir = "config/".app->mode;
+my $confdir = app->home.'/config/'.app->mode;
use rabbit_async_rec;
@@ -9,7 +9,7 @@ then
exit 1
fi
-cd /var/opt/minion
+cd /var/opt/djinn
./djinn.pl daemon --mode $MODE --listen http://127.0.0.1:2217