mirror of
https://github.com/tteck/Proxmox.git
synced 2025-08-25 12:31:13 +00:00
Add Apache CouchDB (#2473)
This commit is contained in:
@@ -55,7 +55,6 @@ msg_info() {
|
||||
SPINNER_PID=$!
|
||||
}
|
||||
|
||||
|
||||
# This function displays a success message with a green color.
|
||||
msg_ok() {
|
||||
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID > /dev/null; then kill $SPINNER_PID > /dev/null; fi
|
||||
|
Reference in New Issue
Block a user