X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fdbupgrade2_tool.pl;h=42d2cdb3884947519b1100d44037ffa8ff87fc4b;hb=c9f9ec3a1ae664f88ed8d00e25b4bd72848dcfa2;hp=be761c5228abe4ffb303c5bb88887c6bb0553e0f;hpb=e0cb5a6ca85cc69f874e44e8518231a6a51f5f4d;p=kivitendo-erp.git diff --git a/scripts/dbupgrade2_tool.pl b/scripts/dbupgrade2_tool.pl index be761c522..42d2cdb38 100755 --- a/scripts/dbupgrade2_tool.pl +++ b/scripts/dbupgrade2_tool.pl @@ -5,6 +5,8 @@ BEGIN { print("This tool must be run from the Lx-Office ERP base directory.\n"); exit(1); } + + push(@INC, "modules"); } use DBI;