##// END OF EJS Templates
reset color after asking or it stays green
Matthias Bussonnier -
Show More
@@ -37,7 +37,7 b' BRANCH=${input:-$BRANCH}'
37 ask_section(){
37 ask_section(){
38 echo
38 echo
39 echo $BLUE"$1"$NOR
39 echo $BLUE"$1"$NOR
40 echo -n $GREEN"Press Enter to continue, S to skip: "$GREEN
40 echo -n $GREEN"Press Enter to continue, S to skip: "$NOR
41 read -n1 value
41 read -n1 value
42 echo
42 echo
43 if [ -z $value ] || [ $value = 'y' ] ; then
43 if [ -z $value ] || [ $value = 'y' ] ; then
General Comments 0
You need to be logged in to leave comments. Login now