mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-13 16:32:23 +00:00
Update utils.sh
This commit is contained in:
parent
21a658f1f4
commit
cc0e9f61a7
@ -136,6 +136,12 @@ msg_info2() {
|
|||||||
echo -e "${TAB}${BOLD}${YW}${HOLD}${msg}${CL}"
|
echo -e "${TAB}${BOLD}${YW}${HOLD}${msg}${CL}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Display info message with spinner
|
||||||
|
msg_info3() {
|
||||||
|
local msg="$1"
|
||||||
|
echo -ne "${TAB}${YW}${HOLD}${msg}"
|
||||||
|
}
|
||||||
|
|
||||||
# Display success message
|
# Display success message
|
||||||
msg_success() {
|
msg_success() {
|
||||||
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then
|
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user