Skip to content

Commit a8aa0eb

Browse files
committed
aded bolter
1 parent 772912f commit a8aa0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ do
154154

155155
echo "Checking if other dockerd running on same /var/lib/docker"
156156
CONTEINERD_DB=${DOCKERD_DATA_ROOT}/containerd/daemon/io.containerd.metadata.v1.bolt/meta.db
157-
if [[ -f ${CONTEINERD_DB} ]] && ; then
157+
if [[ -f ${CONTEINERD_DB} ]]; then
158158
echo "Checking if another dockerd is running on same ${DOCKERD_DATA_ROOT} boltdb $CONTEINERD_DB is locked"
159159
CNT=0
160160
while ! bolter -f ${CONTEINERD_DB}

0 commit comments

Comments
 (0)