From 94d998dbc6b4689c532620ac5c8840b24ff4ddc8 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 15 Jan 2003 13:04:20 +0000 Subject: [PATCH] bugfix for #158 --- misc/koha.upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/koha.upgrade b/misc/koha.upgrade index 51c64a98f7..c069a62f17 100644 --- a/misc/koha.upgrade +++ b/misc/koha.upgrade @@ -317,8 +317,8 @@ print "Copying opac-cgi files to $::opacdir/cgi-bin...\n"; system("cp -R opac-cgi/* $::opacdir/cgi-bin/"); system("touch $::opacdir/cgi-bin/opac"); -system("chown -R root.$httpduser $::opacdir"); -system("chown -R root.$httpduser $::intranetdir"); +system("chown -R root:$httpduser $::opacdir"); +system("chown -R root:$httpduser $::intranetdir"); # Copy custom templates and reports back in -- 2.20.1