OSDN Git Service

Update set.pl
authorsu8 <wifiextender2@gmail.com>
Sun, 8 Apr 2018 18:33:35 +0000 (20:33 +0200)
committersu8 <wifiextender2@gmail.com>
Sun, 8 Apr 2018 18:33:35 +0000 (20:33 +0200)
set.pl

diff --git a/set.pl b/set.pl
index d3bb3b3..d162a9d 100644 (file)
--- a/set.pl
+++ b/set.pl
@@ -105,7 +105,7 @@ sub reflace_single {
   );
   my $hasMatch = any { $_ eq $osEntered } @osArr;
   if ($hasMatch eq "") {
-    print GREEN, "Pick one base: ", BLUE, "@osArr\n", RESET;
+    print GREEN, "Pick one base: ", BRIGHT_BLUE, "@osArr\n", RESET;
     die RED, "Invalid \"$osEntered\" - OS/Distro supplied.", RESET;
   }