#!/bin/bash clear ### # This is used to tell magic whether the server is down or not... (set to yes # to take the magic system down) # AMIDOWN: no ### ### # Set the downtime reason here ### reason="Preparing for new releases" echo -e "\n\n\n${redtxt} Gentoox Magic (c) ShALLaX ${normaltxt}(${bluetxt}gentoox@shallax.com${normaltxt})" echo -e "${normaltxt} Be sure to check ${bluetxt}http://gentoox.shallax.com${normaltxt} regularly for updates!" echo -e " --------------------------------------------------------------------" echo -en "${redtxt}" echo -e " MAGIC UNAVAILABLE " echo -e " THE MAGIC SERVER IS DOWN FOR THE FOLLOWING REASON:" echo -en "${normaltxt}" echo -e " --------------------------------------------------------------------" echo -e "${bluetxt} ${reason}${normaltxt}" echo -e " --------------------------------------------------------------------" echo -e "\n Gentoox is distributed under the GNU General Public License. " $error exit 1