Skip to content

Commit

Permalink
Update update_glstyle.sh
Browse files Browse the repository at this point in the history
Updating the command to reloag the docker config file, because of the upgrade of tileserver-gl
  • Loading branch information
gqdc authored Sep 23, 2022
1 parent 847362c commit a548ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_glstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TMPDIR="/tmp/glstyle/"

# Send a signal to tileserver-gl container, to reload it
ctReload() {
docker exec ${1} bash -c 'kill -HUP $(ls -l /proc/*/exe | sed -n "/\/node$/s/.*proc\/\([0-9]\+\)\/exe .*/\1/p")'
docker kill -s HUP tileserver-gl
}

# Start tileserver-gl container
Expand Down

0 comments on commit a548ef0

Please sign in to comment.