X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fdbupgrade2_tool.pl;h=45e455652708c9b026e58c869d06cfd44bb925da;hb=b73484174077546a3c26c66f1b1a5dd3c892d4c4;hp=ba13e3f70ffefe88857effdd3af9ddef76e8a29b;hpb=fcbb613d03379b265cb0df7ce0b553ee630d52f3;p=kivitendo-erp.git diff --git a/scripts/dbupgrade2_tool.pl b/scripts/dbupgrade2_tool.pl index ba13e3f70..45e455652 100755 --- a/scripts/dbupgrade2_tool.pl +++ b/scripts/dbupgrade2_tool.pl @@ -2,7 +2,7 @@ BEGIN { if (! -d "bin" || ! -d "SL") { - print("This tool must be run from the Lx-Office ERP base directory.\n"); + print("This tool must be run from the kivitendo ERP base directory.\n"); exit(1); }