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 - - - - - - -