From 2f4473cb715dfefa577786a75b53a8fc4c72270a Mon Sep 17 00:00:00 2001 From: weizhichen Date: Mon, 16 Oct 2023 06:06:48 +0000 Subject: [PATCH] fix --- pkg/blobfuse-proxy/install-proxy-rhcos.sh | 7 ------- pkg/blobfuse-proxy/install-proxy-ubuntu.sh | 7 ------- 2 files changed, 14 deletions(-) diff --git a/pkg/blobfuse-proxy/install-proxy-rhcos.sh b/pkg/blobfuse-proxy/install-proxy-rhcos.sh index 2d2185a9d..8bb655736 100644 --- a/pkg/blobfuse-proxy/install-proxy-rhcos.sh +++ b/pkg/blobfuse-proxy/install-proxy-rhcos.sh @@ -72,10 +72,3 @@ if [ "${INSTALL_BLOBFUSE_PROXY}" = "true" ];then $HOST_CMD systemctl restart blobfuse-proxy.service fi fi - - - - - - - diff --git a/pkg/blobfuse-proxy/install-proxy-ubuntu.sh b/pkg/blobfuse-proxy/install-proxy-ubuntu.sh index a996e46af..d2d9e3312 100644 --- a/pkg/blobfuse-proxy/install-proxy-ubuntu.sh +++ b/pkg/blobfuse-proxy/install-proxy-ubuntu.sh @@ -118,10 +118,3 @@ if [ "${INSTALL_BLOBFUSE_PROXY}" = "true" ];then $HOST_CMD systemctl restart blobfuse-proxy.service fi fi - - - - - - -