Skip to content

Commit e383c94

Browse files
committed
updated squid install confirm message
1 parent 4dad370 commit e383c94

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

squid3-install.sh

+10-4
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,14 @@ elif [ "$SOK_OS" == "centos9" ]; then
217217
fi
218218
fi
219219

220+
GREEN='\033[0;32m'
221+
CYAN='\033[0;36m'
222+
NC='\033[0m'
223+
224+
echo -e "${NC}"
225+
echo -e "${GREEN}Thank you for using ServerOk Squid Proxy Installer.${NC}"
220226
echo
221-
echo "Thank you for using Squid Proxy Installer by ServerOk"
222-
echo "To create a proxy user, run command: squid-add-user"
223-
echo "To change squid proxy port, see https://serverok.in/how-to-change-port-of-squid-proxy-server"
224-
echo
227+
echo -e "${CYAN}To create a proxy user, run command: squid-add-user${NC}"
228+
echo -e "${CYAN}To change squid proxy port, see ${GREEN}https://serverok.in/how-to-change-port-of-squid-proxy-server${NC}"
229+
echo -e "${NC}"
230+

0 commit comments

Comments
 (0)