From 325cfed5155efad49c8d83262bfd1f661ffb61d9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 21 Dec 2017 10:25:26 -0300 Subject: [PATCH] Bug 19760: Change wording --- Koha/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Config.pm b/Koha/Config.pm index 3b1e9eb2bf..b0f36f2551 100644 --- a/Koha/Config.pm +++ b/Koha/Config.pm @@ -48,7 +48,7 @@ sub read_from_file { }; if ($@) { - die "\nError reading file $file.\nMake sure you are using the correct user (use koha-shell should resolve this problem)\n\n"; + die "\nError reading file $file.\nTry running this again as the koha instance user (or use the koha-shell command in debian)\n\n"; } return $xml; -- 2.11.0