From 0e311a20662f15f33945d247df887a9d089fb8e1 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Tue, 9 Jul 2002 17:57:14 +0000 Subject: [PATCH] Bug fix. --- koha.upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/koha.upgrade b/koha.upgrade index e15274620e..6e8b275156 100644 --- a/koha.upgrade +++ b/koha.upgrade @@ -296,6 +296,7 @@ information is necessary in order to set the access privileges correctly on files using the "User" directive. |; print "What is your Apache user? "; + my $input; chomp($input = ); if ($input) { -- 2.39.5