1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-05-17 05:14:37 +00:00

remove weird bit from POSTGRES_PASSWORD error message in restore.sh

This commit is contained in:
Elliott Shugerman 2022-09-25 13:28:13 -04:00
parent ea7d8e77bb
commit 9fa6cece9d

View File

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