Update node-red-themes.sh

pull/152/head
tteckster 2022-04-02 09:06:08 -04:00 committed by GitHub
parent e7f9405332
commit d47603cc6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -41,11 +41,8 @@ option_picked(){
clear
show_menu
while [ $opt != '' ]
while [ "$opt" != " " ]
do
if [ $opt = '' ]; then
exit;
else
case $opt in
1) clear;
option_picked "Installing Default Theme";
@ -93,7 +90,6 @@ while [ $opt != '' ]
show_menu;
;;
esac
fi
done
echo -en "${GN} Installing ${THEME} Theme... "
cd /root/.node-red