updated contact link

This commit is contained in:
Yujin Boby
2021-02-08 03:08:35 +05:30
parent 7fa093dca8
commit 2cfddcdaae
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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