From e7cfea172bdc5e0c0165a22bbef1d8dd4ce7e0e2 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 12 Mar 2022 16:10:42 +0530 Subject: [PATCH] uninstall.sh: minor changes done. --- DnsServerApp/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DnsServerApp/uninstall.sh b/DnsServerApp/uninstall.sh index e08aaa37..02414c42 100644 --- a/DnsServerApp/uninstall.sh +++ b/DnsServerApp/uninstall.sh @@ -27,7 +27,7 @@ then if [ -d $dotnetDir ] then - echo "Uninstalling .NET 5 Runtime..." + echo "Uninstalling .NET Runtime..." rm /usr/bin/dotnet >/dev/null 2>&1 rm -rf $dotnetDir >/dev/null 2>&1 fi