diff --git a/cluster-setup.sh b/cluster-setup.sh index 25514e0..07db53d 100755 --- a/cluster-setup.sh +++ b/cluster-setup.sh @@ -16,9 +16,38 @@ GLUSTER_MOUNT_PATH="/data/storage" GLUSTER_VOLUME="cluster-volume" NEBULA_VERSION="v1.8.2" -echo -e "${GREEN}================================${NC}" -echo -e "${GREEN} Nullpoint Cluster Setup${NC}" -echo -e "${GREEN}================================${NC}\n" +CLUSTER_LOGO=$(cat << "EOF" + == + .@@@@@ + =@@@@@% + +@@@@@ + :@@@@@ + *@@@@: -*#+: + *@@@- %@@@@ .%@@@@@@@@@@@@* + @@@@@ %@@@@ *@@@@@@@@@@@@@@@@ + +@@@@* #@@@@. %@@@@@@@. + @@@@@@ -@@@@%:@@@@@@: + *@@@@@@. #@@@@@@@@@: + .@@@@@@@@%=.#@@@@@@@@@@@@@#. + *@@@@@@@@@@@@@@@@@@@@@@@@@@+ + =@@@@@@@@@@@@@@%=#@@@@@@@@% + :@@@@@@@@@+ -@@@@@@+ + *@@@@@-%@@@@: .@@@@@# + =@@@@@@@ .@@@@# #@@@@+ + %@@@@@@@@@@@@@@@@. @@@@@ @@@@@ + #@@@@@@@@@@@@@= @@@@@ =@@@% + :#@@@@- .@@@@# + #@@@@- + #@@@@% + +@@@@@* + @@@@@- + .#%. + + [nullpoint cluster] +EOF +) + +echo -e "${GREEN}${CLUSTER_LOGO}${NC}\n" # Check if running as root if [ "$EUID" -ne 0 ]; then