We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d991e commit e486536Copy full SHA for e486536
scripts/bolt/restart-gl.sh
@@ -12,8 +12,10 @@ do
12
echo "restarting gl tileserver on $m"
13
14
# step 2: nuke the existing GL stuff
15
+ bolt command run "cd $OMT_DIR; git reset --hard HEAD" --targets $m
16
bolt command run "update.sh; cd $OMT_DIR; ./scripts/nuke.sh ALL" --targets $m
17
18
# step 3: restart GL
- bolt command run "cd $OMT_DIR/gl; run-nohup.sh" --targets $m
19
+ bolt command run "cd $OMT_DIR; ./scripts/gen_hostname_txt.sh" --targets $m
20
+ bolt command run "cd $OMT_DIR/gl/; ./run-nohup.sh" --targets $m
21
done
0 commit comments