mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Add Apache CouchDB (#2473)
This commit is contained in:
parent
4164d42b7c
commit
d5211aedec
3 changed files with 117 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue