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
Branches master
No related tags found
No related merge requests found
......@@ -30,8 +30,7 @@ if [ -z "$POSTGRES_USER" ]; then
fi
if [ -z "$POSTGRES_PASSWORD" ]; then
echo "You need to set the POSTGRES_PASSWORD environment variable" \
"or link to a container named POSTGRES."
echo "You need to set the POSTGRES_PASSWORD environment variable."
exit 1
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