From f4e7e94f09bca840041847cc2c4f45a90c7d966c Mon Sep 17 00:00:00 2001 From: arensb Date: Mon, 14 Oct 2002 01:04:46 +0000 Subject: [PATCH] Fixed the name of the program. --- installer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.pl b/installer.pl index a70b16f03c..726efef15f 100644 --- a/installer.pl +++ b/installer.pl @@ -24,7 +24,7 @@ use strict; # please develop with the strict pragma if ($<) { - print "\n\nYou must run koha.upgrade as root.\n\n"; + print "\n\nYou must run $0 as root.\n\n"; exit; } unless ($< == 0) { -- 2.39.2