mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
update
This commit is contained in:
parent
2e1c6ff83c
commit
d6666a940b
@ -94,11 +94,17 @@ cleanup() {
|
|||||||
kill $SPINNER_PID > /dev/null
|
kill $SPINNER_PID > /dev/null
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
|
if [[ "$LANGUAGE" != "en" ]]; then
|
||||||
printf "\r\033[K"
|
printf "\r\033[K"
|
||||||
printf "\033[F\033[K"
|
printf "\033[F\033[K"
|
||||||
printf "\033[F\033[K"
|
printf "\033[F\033[K"
|
||||||
|
else
|
||||||
|
printf "\r\033[K"
|
||||||
|
fi
|
||||||
|
|
||||||
printf "\e[?25h"
|
printf "\e[?25h"
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Display trnaslate message with spinner
|
# Display trnaslate message with spinner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user