From f7d48720a82920a4786e99b08c4687950c827896 Mon Sep 17 00:00:00 2001 From: Nikola Milosavljevic Date: Mon, 14 Jun 2021 19:06:06 -0700 Subject: [PATCH] Remove unintended line wrap (#54151) --- .../pkg/sfx/installers/rpm_scripts/host/after_remove.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/pkg/sfx/installers/rpm_scripts/host/after_remove.sh b/src/installer/pkg/sfx/installers/rpm_scripts/host/after_remove.sh index fa151c4809b..35fb8359a54 100644 --- a/src/installer/pkg/sfx/installers/rpm_scripts/host/after_remove.sh +++ b/src/installer/pkg/sfx/installers/rpm_scripts/host/after_remove.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash if [[ -L /usr/local/bin/dotnet ]]; then - rm /usr/local/bin/dotnet && \ + rm /usr/local/bin/dotnet fi -- GitLab