From 9a7d4aa993948e6f917d1f0ba1ed06594984f2f7 Mon Sep 17 00:00:00 2001 From: getsolveit Date: Wed, 12 Dec 2018 02:06:19 +0100 Subject: [PATCH] Update postgresql.sh (#212) environment.sh not environment.s --- debian/resources/postgresql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/postgresql.sh b/debian/resources/postgresql.sh index 9ac1015..58f75e0 100755 --- a/debian/resources/postgresql.sh +++ b/debian/resources/postgresql.sh @@ -6,7 +6,7 @@ cd "$(dirname "$0")" #includes . ./config.sh . ./colors.sh -. ./environment.s +. ./environment.sh #send a message echo "Install PostgreSQL"