Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Default port changed to 5432, sudo for copy file
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Feb 22, 2024
1 parent 2fcbcb1 commit 4a16c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ done
REGION=${region}
COUNTRY=${country}
HOST=${host:-localhost}
PORT=${port:-5439}
PORT=${port:-5432}
DB=${database:-underpass}

if [ -n "${user}" ]
Expand Down Expand Up @@ -112,7 +112,7 @@ then
then
docker cp $COUNTRY.geojson underpass:/etc/underpass/priority.geojson
else
cp $COUNTRY.geojson /etc/underpass/priority.geojson
sudo cp $COUNTRY.geojson /etc/underpass/priority.geojson
fi
echo "Bootstrapping database ..."
if "$use_docker";
Expand Down

0 comments on commit 4a16c1a

Please sign in to comment.