blob: 93ad5af907e6492367831f90e44408959b8c3ea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
post_install() {
echo
echo -e "\e[0;34;47m \e[0m"
echo -e "\e[1;34;47m ************* README: Concrnt Gateway ************* \e[0m"
echo -e "\e[0;32;47m Please configure \e[0;31;47m/etc/concrnt/config/config.yaml \e[0m"
echo -e "\e[0;32;47m and \e[0;31;47m/etc/concrnt/config/gateway.yaml \e[0;32;47mbefore start \e[0m"
echo -e "\e[0;34;47m *************************************************** \e[0m"
echo -e "\e[0;32;47m The default port for concrnt-gateway is \e[0;31;47m28280\e[0;32;47m \e[0m"
echo -e "\e[0;32;47m You can change the port and proxy settings using \e[0m"
echo -e "\e[0;31;47m systemctl edit --full concrnt-gateway \e[0m"
echo -e "\e[0;34;47m *************************************************** \e[0m"
echo -e "\e[0;34;47m \e[0m"
echo
}
|