X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6ebbbfee61eed2ba3ef337833ad60c328fadd0f8..54d35ddfe9054f3bc49896fc47c2a02b3fc43066:/vagrant/Install-on-Ubuntu-20.sh diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 0850644d..1fbabf24 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -75,9 +75,9 @@ fi #DOCS: # Restart the postgresql service after updating this config file. if [ "x$NOSYSTEMD" == "xyes" ]; then #DOCS: - sudo pg_ctlcluster 12 main start + sudo pg_ctlcluster 12 main start #DOCS: else #DOCS: - sudo systemctl restart postgresql #DOCS: + sudo systemctl restart postgresql fi #DOCS: # # Finally, we need to add two postgres users: one for the user that does