From ecd79f779200ae5ecf65b4c59d93704c802c4a22 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 24 Apr 2021 12:08:44 +0530 Subject: [PATCH] install.sh: fixed typo. --- DnsServerApp/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DnsServerApp/install.sh b/DnsServerApp/install.sh index 1a7c402a..81f50a41 100644 --- a/DnsServerApp/install.sh +++ b/DnsServerApp/install.sh @@ -48,9 +48,9 @@ else then if [ "$dotnetUpdate" = "yes" ] then - echo ".NET 5 Runtime was updated succesfully!" + echo ".NET 5 Runtime was updated successfully!" else - echo ".NET 5 Runtime was installed succesfully!" + echo ".NET 5 Runtime was installed successfully!" fi else echo "Failed to install .NET 5 Runtime. Please try again." @@ -99,7 +99,7 @@ then fi echo "" - echo "Technitium DNS Server was installed succesfully!" + echo "Technitium DNS Server was installed successfully!" echo "Open http://$(hostname):5380/ to access the web console." echo "" echo "Donate! Make a contribution by becoming a Patron: https://www.patreon.com/technitium"