Update node-red-dark.sh

This commit is contained in:
tteckster 2022-02-18 15:41:41 -05:00 committed by GitHub
parent d3952e5097
commit a6359e4972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ GN=`echo "\033[1;92m"`
CL=`echo "\033[m"`
echo -e "${RD}Backup your Node-Red flows before running this script!!${CL} \n "
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
[Yy]* ) break;;
[Nn]* ) exit;;