new ascii logo

This commit is contained in:
myvesta 2020-07-26 02:28:08 +02:00 committed by GitHub
commit 2d3aa721d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,13 +337,12 @@ fi
# Printing nice ascii aslogo # Printing nice ascii aslogo
clear clear
echo echo
echo ' _| _| _| ' echo ' __ __ _ '
echo ' _|_|_| _|_| _| _| _| _| _|_| _|_|_| _|_|_|_| _|_|_| ' echo ' _ __ ___ _ \ \ / /__ ___| |_ __ _ '
echo ' _| _| _| _| _| _| _| _|_|_|_| _|_| _| _| _| ' echo ' | '_ ` _ \| | | \ \ / / _ \/ __| __/ _` |'
echo ' _| _| _| _| _| _| _| _| _|_| _| _| _| ' echo ' | | | | | | |_| |\ V / __/\__ \ || (_| |'
echo ' _| _| _| _|_|_| _| _|_|_| _|_|_| _|_| _|_|_| ' echo ' |_| |_| |_|\__, | \_/ \___||___/\__\__,_|'
echo ' _| ' echo ' |___/ '
echo ' _|_| '
echo echo
echo ' myVesta Control Panel' echo ' myVesta Control Panel'
echo -e "\n\n" echo -e "\n\n"
@ -358,7 +357,8 @@ if [ "$apache" = 'yes' ] && [ "$nginx" = 'no' ] ; then
echo ' - Apache Web Server' echo ' - Apache Web Server'
fi fi
if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
echo ' - Apache Web Server (as backend)' echo ' - Apache Web Server (in very fast mpm_event mode)'
echo ' - PHP-FPM service for PHP'
fi fi
if [ "$phpfpm" = 'yes' ]; then if [ "$phpfpm" = 'yes' ]; then
echo ' - PHP-FPM Application Server' echo ' - PHP-FPM Application Server'
@ -1675,15 +1675,14 @@ send_mail="$VESTA/web/inc/mail-wrapper.php"
cat $tmpfile | $send_mail -s "myVesta Control Panel" $email cat $tmpfile | $send_mail -s "myVesta Control Panel" $email
# Congrats # Congrats
echo '==============================================================================' echo '=========================================='
echo echo
echo ' _| _| _| ' echo ' __ __ _ '
echo ' _|_|_| _|_| _| _| _| _| _|_| _|_|_| _|_|_|_| _|_|_| ' echo ' _ __ ___ _ \ \ / /__ ___| |_ __ _ '
echo ' _| _| _| _| _| _| _| _|_|_|_| _|_| _| _| _| ' echo ' | '_ ` _ \| | | \ \ / / _ \/ __| __/ _` |'
echo ' _| _| _| _| _| _| _| _| _|_| _| _| _| ' echo ' | | | | | | |_| |\ V / __/\__ \ || (_| |'
echo ' _| _| _| _|_|_| _| _|_|_| _|_|_| _|_| _|_|_| ' echo ' |_| |_| |_|\__, | \_/ \___||___/\__\__,_|'
echo ' _| ' echo ' |___/ '
echo ' _|_| '
echo echo
echo echo
cat $tmpfile cat $tmpfile