diff --git a/src/restore.sh b/src/restore.sh index 9762afe..23b1e92 100644 --- a/src/restore.sh +++ b/src/restore.sh @@ -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