Sfoglia il codice sorgente

Update postgresql.sh (#212)

environment.sh not environment.s
getsolveit 6 anni fa
parent
commit
9a7d4aa993
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"