Typofix in installation of basic packages

This commit is contained in:
Disassembler 2017-10-23 10:42:57 +02:00
parent 0aa67d1301
commit ea3b210068

View File

@ -125,7 +125,7 @@ systemctl restart nginx
#####
# Install packages
apt-get -y --no-install-recommends -y install postgresql-9.6 postgresql-9.6-postgis postgresql-contrib-9.6
apt-get -y --no-install-recommends install postgresql-9.6 postgresql-9.6-postgis postgresql-contrib-9.6
# Configure
cp ${SOURCE_DIR}/basic/etc/postgresql/9.6/main/postgresql.conf /etc/postgresql/9.6/main/postgresql.conf