]> git.openfabrics.org - ~emulex/ofed_scripts/.git/commitdiff
Added print messages.
authorVladimir Sokolovsky <vlad@mellanox.co.il>
Wed, 22 Aug 2007 08:33:48 +0000 (11:33 +0300)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Wed, 22 Aug 2007 08:33:48 +0000 (11:33 +0300)
Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.co.il>
install.pl

index 8541ebf5f46153f468f727c632c7fddad9a5e9ab..a6f8f5226c300281a24e40a88367a0fd78af8667 100755 (executable)
@@ -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 {