Fix deploy script as executable
This commit is contained in:
parent
4a379ed76d
commit
16d3e7344b
1 changed files with 3 additions and 0 deletions
3
script/deploy_db
Normal file → Executable file
3
script/deploy_db
Normal file → Executable file
|
@ -3,6 +3,9 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use FindBin qw/ $Bin /;
|
||||
use lib "$Bin/../lib";
|
||||
|
||||
use Pear::LocalLoop::Schema;
|
||||
|
||||
my @con = @ARGV;
|
||||
|
|
Reference in a new issue