From 3020440f61d1f338dda2b3495373cf4bf3720caa Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 22 Aug 2007 11:33:48 +0300 Subject: [PATCH] Added print messages. Signed-off-by: Vladimir Sokolovsky --- install.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.pl b/install.pl index 8541ebf..a6f8f52 100755 --- a/install.pl +++ b/install.pl @@ -2613,6 +2613,7 @@ sub main flock CONFIG, $UNLOCK; close(CONFIG); print "\n"; + print GREEN "Created $config", RESET "\n"; exit 0; } @@ -2720,8 +2721,9 @@ sub main # Uninstall the previous installations uninstall(); install(); - print GREEN "\nInstallation finished successfully...", RESET; + print GREEN "\nInstallation finished successfully.", RESET; if ($interactive) { + print GREEN "\nPress any key to continue...", RESET; getch(); } else { -- 2.41.0