Skip to content
Snippets Groups Projects
Commit 9fa6cece authored by Elliott Shugerman's avatar Elliott Shugerman
Browse files

remove weird bit from POSTGRES_PASSWORD error message in restore.sh

parent ea7d8e77
No related branches found
No related tags found
No related merge requests found
...@@ -30,8 +30,7 @@ if [ -z "$POSTGRES_USER" ]; then ...@@ -30,8 +30,7 @@ if [ -z "$POSTGRES_USER" ]; then
fi fi
if [ -z "$POSTGRES_PASSWORD" ]; then if [ -z "$POSTGRES_PASSWORD" ]; then
echo "You need to set the POSTGRES_PASSWORD environment variable" \ echo "You need to set the POSTGRES_PASSWORD environment variable."
"or link to a container named POSTGRES."
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment