mirror of
https://github.com/ditkrg/db-backup-s3.git
synced 2026-01-22 13:56:47 +00:00
remove weird bit from POSTGRES_PASSWORD error message in restore.sh
This commit is contained in:
parent
ea7d8e77bb
commit
9fa6cece9d
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user