Pārlūkot izejas kodu

Update node-red-dark.sh

tteckster 3 gadi atpakaļ
vecāks
revīzija
a6359e4972
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      misc/node-red-dark.sh

+ 1 - 1
misc/node-red-dark.sh

@@ -8,7 +8,7 @@ GN=`echo "\033[1;92m"`
 CL=`echo "\033[m"`
 CL=`echo "\033[m"`
 echo -e "${RD}Backup your Node-Red flows before running this script!!${CL} \n "
 echo -e "${RD}Backup your Node-Red flows before running this script!!${CL} \n "
 while true; do
 while true; do
-    read -p "This will install midnight-red theme. Proceed(y/n)?" yn
+    read -p "This will Install midnight-red theme. Proceed(y/n)?" yn
     case $yn in
     case $yn in
         [Yy]* ) break;;
         [Yy]* ) break;;
         [Nn]* ) exit;;
         [Nn]* ) exit;;