File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ function spinner() {
6464
6565# This function displays an informational message with a yellow color.
6666function msg_info() {
67- if [ -n " $SPINNER_PID " ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
6867 local msg=" $1 "
6968 echo -ne " ${TAB}${YW}${HOLD}${msg}${HOLD} "
7069 spinner &
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ spinner() {
9898
9999# This function displays an informational message with a yellow color.
100100msg_info() {
101- if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
102101 local msg="$1"
103102 echo -ne "${TAB}${YW}${HOLD}${msg}${HOLD}"
104103 spinner &
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ spinner() {
9090
9191# This function displays an informational message with a yellow color.
9292msg_info() {
93- if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
9493 local msg="$1"
9594 echo -ne "${TAB}${YW}${HOLD}${msg}${HOLD}"
9695 spinner &
You can’t perform that action at this time.
0 commit comments