Add cluster logo ASCII art to installer
Beautiful mesh network visualization for nullpoint cluster installer
This commit is contained in:
parent
370a46f9cf
commit
9ae5c8bbd0
@ -16,9 +16,38 @@ GLUSTER_MOUNT_PATH="/data/storage"
|
|||||||
GLUSTER_VOLUME="cluster-volume"
|
GLUSTER_VOLUME="cluster-volume"
|
||||||
NEBULA_VERSION="v1.8.2"
|
NEBULA_VERSION="v1.8.2"
|
||||||
|
|
||||||
echo -e "${GREEN}================================${NC}"
|
CLUSTER_LOGO=$(cat << "EOF"
|
||||||
echo -e "${GREEN} Nullpoint Cluster Setup${NC}"
|
==
|
||||||
echo -e "${GREEN}================================${NC}\n"
|
.@@@@@
|
||||||
|
=@@@@@%
|
||||||
|
+@@@@@
|
||||||
|
:@@@@@
|
||||||
|
*@@@@: -*#+:
|
||||||
|
*@@@- %@@@@ .%@@@@@@@@@@@@*
|
||||||
|
@@@@@ %@@@@ *@@@@@@@@@@@@@@@@
|
||||||
|
+@@@@* #@@@@. %@@@@@@@.
|
||||||
|
@@@@@@ -@@@@%:@@@@@@:
|
||||||
|
*@@@@@@. #@@@@@@@@@:
|
||||||
|
.@@@@@@@@%=.#@@@@@@@@@@@@@#.
|
||||||
|
*@@@@@@@@@@@@@@@@@@@@@@@@@@+
|
||||||
|
=@@@@@@@@@@@@@@%=#@@@@@@@@%
|
||||||
|
:@@@@@@@@@+ -@@@@@@+
|
||||||
|
*@@@@@-%@@@@: .@@@@@#
|
||||||
|
=@@@@@@@ .@@@@# #@@@@+
|
||||||
|
%@@@@@@@@@@@@@@@@. @@@@@ @@@@@
|
||||||
|
#@@@@@@@@@@@@@= @@@@@ =@@@%
|
||||||
|
:#@@@@- .@@@@#
|
||||||
|
#@@@@-
|
||||||
|
#@@@@%
|
||||||
|
+@@@@@*
|
||||||
|
@@@@@-
|
||||||
|
.#%.
|
||||||
|
|
||||||
|
[nullpoint cluster]
|
||||||
|
EOF
|
||||||
|
)
|
||||||
|
|
||||||
|
echo -e "${GREEN}${CLUSTER_LOGO}${NC}\n"
|
||||||
|
|
||||||
# Check if running as root
|
# Check if running as root
|
||||||
if [ "$EUID" -ne 0 ]; then
|
if [ "$EUID" -ne 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user