Update coral lxc

This commit is contained in:
MacRimi
2026-01-20 20:17:53 +01:00
parent c7c5cbde83
commit 4e65663748
2 changed files with 440 additions and 0 deletions

View File

@@ -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"