Browse Source

Update postgresql.sh (#212)

environment.sh not environment.s
getsolveit 6 years ago
parent
commit
9a7d4aa993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/resources/postgresql.sh

+ 1 - 1
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"