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 772912f commit a8aa0ebCopy full SHA for a8aa0eb
run.sh
@@ -154,7 +154,7 @@ do
154
155
echo "Checking if other dockerd running on same /var/lib/docker"
156
CONTEINERD_DB=${DOCKERD_DATA_ROOT}/containerd/daemon/io.containerd.metadata.v1.bolt/meta.db
157
- if [[ -f ${CONTEINERD_DB} ]] && ; then
+ if [[ -f ${CONTEINERD_DB} ]]; then
158
echo "Checking if another dockerd is running on same ${DOCKERD_DATA_ROOT} boltdb $CONTEINERD_DB is locked"
159
CNT=0
160
while ! bolter -f ${CONTEINERD_DB}
0 commit comments