File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/common/backup-scripts Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ for i in $(seq 0 300); do
66
66
done
67
67
68
68
69
- echo " =======================" vttablet.out start ======================="
69
+ echo " ======================= vttablet.out start ======================="
70
70
cat $VTDATAROOT /$tablet_dir /vttablet.out
71
- echo " =======================" vttablet.out end ======================="
72
- echo " =======================" vttablet logs start ======================="
71
+ echo " ======================= vttablet.out end ======================="
72
+ echo " ======================= vttablet logs start ======================="
73
73
cat $VTDATAROOT /tmp/* vttablet*
74
- echo " =======================" vttablet logs end ======================="
74
+ echo " ======================= vttablet logs end ======================="
75
75
76
76
# check one last time
77
77
curl -I " http://$hostname :$port /debug/status" || fail " tablet could not be started!"
You can’t perform that action at this time.
0 commit comments