Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

A way to better manage dependencies #295

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
better message
  • Loading branch information
filipesperandio committed Feb 6, 2016
commit 518399ba41383de188b006f115ee25fbe2514a12
4 changes: 2 additions & 2 deletions scripts/server
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -euo pipefail

warn () {
echo "CouchDB must be installed and running for the server to start."
echo "Check https://github.com/HospitalRun/hospitalrun-frontend#install"
echo "Oops! Looks like CouchDB isn't running. CouchDB must be running before you can start HospitalRun."
echo "For help or more info see https://github.com/HospitalRun/hospitalrun-frontend#install"
exit 0
}

Expand Down