Add Apache CouchDB (#2473)

This commit is contained in:
JJ 2024-02-11 22:55:49 +01:00 committed by GitHub
parent 4164d42b7c
commit d5211aedec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 117 additions and 1 deletions

View file

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