Skip to content

Commit 3465dae

Browse files
cvvzk8s-infra-cherrypick-robot
authored andcommitted
fix
1 parent bf3b86a commit 3465dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blobfuse-proxy/install-proxy-rhcos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ set -xe
1919
# in coreos, we could just copy the blobfuse2 binary to /usr/local/bin/blobfuse2
2020
if [ "${INSTALL_BLOBFUSE}" = "true" ] || [ "${INSTALL_BLOBFUSE2}" = "true" ]
2121
then
22-
echo "copy blobfuse2...."
2322
old=$(sha256sum /host/usr/local/bin/blobfuse2 | awk '{print $1}')
2423
new=$(sha256sum /usr/bin/blobfuse2 | awk '{print $1}')
2524
if [ "$old" != "$new" ];then
25+
echo "copy blobfuse2...."
2626
cp /usr/bin/blobfuse2 /host/usr/local/bin/blobfuse2 --force
2727
fi
2828
fi

0 commit comments

Comments
 (0)