1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-05-17 13:14:38 +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 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