Skip to content

Commit

Permalink
changed time for initialising postgis database for slow machines
Browse files Browse the repository at this point in the history
  • Loading branch information
Admire Nyakudya committed Oct 20, 2014
1 parent cdf317b commit 42cdce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function restart_postgis_server {
# Todo: prevent multiple entries in pgpass
echo "localhost:${POSTGIS_PORT}:*:${USER}:${PASSWORD}" >> ~/.pgpass

sleep 20
sleep 90

}
function restart_qgis_server {
Expand Down

0 comments on commit 42cdce3

Please sign in to comment.