From 517e2050a13b7249e64dac1f03aad5cea0eecaef Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 23 Feb 2015 01:01:29 +0100 Subject: [PATCH] Chmod --- app/console | 1 - app/propel/console | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/console b/app/console index 7b748ab..e76bfbd 100755 --- a/app/console +++ b/app/console @@ -9,7 +9,6 @@ use Deblan\Console\Command\Input\Input; $app = new Application('PowerDNS CLI', '1'); $app->chdir(__DIR__.'/../'); - $app->addCommandsPath('src/Deblan/PowerDNS/Command/', 'Deblan\\PowerDNS\\Command'); $app->initPropel(); $app->loadCommands(); diff --git a/app/propel/console b/app/propel/console index 2b9d89b..498c55c 100755 --- a/app/propel/console +++ b/app/propel/console @@ -12,4 +12,4 @@ $app->chdir(__DIR__.'/../../'); $app->addCommandsPath('vendor/propel/propel/src/Propel/Generator/Command/', 'Propel\\Generator\\Command'); $app->loadCommands(); -$app->run();; +$app->run();