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