change wording

This commit is contained in:
Daniel Hansson 2019-12-06 21:35:11 +01:00 committed by GitHub
parent 8867c9e8f6
commit 7108baa53a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ lowest_compatible_nc 16
# Check that this run on the PostgreSQL VM
if ! is_this_installed postgresql-10
then
print_text_in_color "$IRed" "This script is intended to be run on then PostgreSQL VM but PostgreSQL is not installed."
print_text_in_color "$IRed" "This script is intended to be run using a PostgreSQL database, but PostgreSQL is not installed."
print_text_in_color "$IRed" "Aborting..."
exit 1
fi