mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-02-19 08:56:23 +00:00
Update coral lxc
This commit is contained in:
@@ -113,6 +113,16 @@ cleanup() {
|
||||
fi
|
||||
}
|
||||
|
||||
stop_spinner() {
|
||||
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null 2>&1; then
|
||||
kill $SPINNER_PID > /dev/null 2>&1
|
||||
wait $SPINNER_PID 2>/dev/null
|
||||
fi
|
||||
printf "\r\033[K"
|
||||
printf "\e[?25h"
|
||||
SPINNER_PID=""
|
||||
}
|
||||
|
||||
# Display trnaslate message with spinner
|
||||
msg_lang() {
|
||||
local msg="$1"
|
||||
|
||||
Reference in New Issue
Block a user