From 2cfddcdaaebee3c8a6bc621f7139f5a01abbaff4 Mon Sep 17 00:00:00 2001 From: Yujin Boby Date: Mon, 8 Feb 2021 03:08:35 +0530 Subject: [PATCH] updated contact link --- sok-find-os.sh | 2 +- squid-uninstall.sh | 2 +- squid3-install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sok-find-os.sh b/sok-find-os.sh index b406345..c433cae 100755 --- a/sok-find-os.sh +++ b/sok-find-os.sh @@ -30,6 +30,6 @@ elif cat /etc/os-release | grep PRETTY_NAME | grep "CentOS Linux 8" > /dev/null; echo "centos8" else echo "OS NOT SUPPORTED.\n" - echo "Contact admin@serverok.in to add support for your os." + echo "Contact https://serverok.in/contact to add support for your os." exit 1; fi diff --git a/squid-uninstall.sh b/squid-uninstall.sh index d7cde54..4ee0985 100644 --- a/squid-uninstall.sh +++ b/squid-uninstall.sh @@ -54,7 +54,7 @@ elif [ $SOK_OS == "centos8" ]; then /bin/rm -rf /etc/squid/ else echo "OS NOT SUPPORTED.\n" - echo "Contact admin@serverok.in to add support for your os." + echo "Contact https://serverok.in/contact to add support for your os." exit 1; fi diff --git a/squid3-install.sh b/squid3-install.sh index 1d1a6a4..4f77a8f 100644 --- a/squid3-install.sh +++ b/squid3-install.sh @@ -133,7 +133,7 @@ elif cat /etc/os-release | grep PRETTY_NAME | grep "CentOS Linux 8"; then firewall-cmd --reload else echo "OS NOT SUPPORTED.\n" - echo "Contact admin@serverok.in to add support for your os." + echo "Contact https://serverok.in/contact to add support for your os." exit 1; fi