From c29abf7436232f4b99da71300c9ab202b8263b5f Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Tue, 3 Aug 2010 13:32:58 +1200 Subject: [PATCH] Bug 5077 - make rebuild_zebra have a real home dir --- debian/scripts/koha-create | 1 + debian/scripts/koha-rebuild-zebra | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/debian/scripts/koha-create b/debian/scripts/koha-create index 43e7c4e..4f77603 100755 --- a/debian/scripts/koha-create +++ b/debian/scripts/koha-create @@ -117,6 +117,7 @@ then fi adduser --no-create-home --disabled-login \ --gecos "Koha instance $username" \ + --home "/var/lib/koha/$name" \ --quiet "$username" # Create the site-specific directories. diff --git a/debian/scripts/koha-rebuild-zebra b/debian/scripts/koha-rebuild-zebra index 7da1066..3ae693b 100755 --- a/debian/scripts/koha-rebuild-zebra +++ b/debian/scripts/koha-rebuild-zebra @@ -31,7 +31,7 @@ fi for name in "$@" do - sudo -u "$name-koha" \ + sudo -u "$name-koha" -H \ env PERL5LIB=/usr/share/koha/lib \ KOHA_CONF="/etc/koha/sites/$name/koha-conf.xml" \ /usr/share/koha/bin/migration_tools/rebuild_zebra.pl -b -a $opts -- 1.7.0.4