Update node-red-dark.sh

pull/40/head
tteckster 2022-02-18 15:03:07 -05:00 committed by GitHub
parent 96f6ef09f4
commit 3f74ab7fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ GN=`echo "\033[1;92m"`
CL=`echo "\033[m"`
trap die ERR
trap 'die "Script interrupted."' INT
echo -en "${RD} Backup your Node-Red flows before running this script!! "
echo -en "${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
case $yn in