Moved init script into scripts folder

This commit is contained in:
Tom Bloor 2017-04-04 22:19:44 +01:00
parent c1b999c3ed
commit 744e20b510
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@
use strict;
use warnings;
use lib 'lib';
use FindBin qw/ $Bin /;
use lib '$Bin/../lib';
use Mojolicious::Commands;
Mojolicious::Commands->start_app("Pear::LocalLoop");