[Koha-cvs] CVS: koha installer.pl,1.12,1.13

Andrew Arensburger arensb at users.sourceforge.net
Mon Oct 14 03:04:49 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv3701

Modified Files:
	installer.pl 
Log Message:
Fixed the name of the program.


Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** installer.pl	13 Oct 2002 07:32:26 -0000	1.12
--- installer.pl	14 Oct 2002 01:04:46 -0000	1.13
***************
*** 25,29 ****
  
  if ($<) {
!     print "\n\nYou must run koha.upgrade as root.\n\n";
      exit;
  }
--- 25,29 ----
  
  if ($<) {
!     print "\n\nYou must run $0 as root.\n\n";
      exit;
  }





More information about the Koha-cvs mailing list