mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-02-08 17:04:01 +00:00
uninstall.sh: minor changes done.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user