From 7108baa53a4deaed1276eb7b2b5f4e6b1b33a6e4 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 6 Dec 2019 21:35:11 +0100 Subject: [PATCH] change wording --- nextcloud-startup-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 4bc97764..f36e1318 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -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