ascii logo

This commit is contained in:
myvesta 2020-07-26 01:46:35 +02:00 committed by GitHub
commit 4c8fe27476
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Vesta Debian installer v.05 # myVesta Debian installer v.05
#----------------------------------------------------------# #----------------------------------------------------------#
# Variables&Functions # # Variables&Functions #
@ -97,7 +97,7 @@ help() {
-f, --force Force installation -f, --force Force installation
-h, --help Print this help -h, --help Print this help
Example: bash $0 -e demo@vestacp.com -p p4ssw0rd --apache no --phpfpm yes" Example: bash $0 -e demo@myvestacp.com -p p4ssw0rd --apache no --phpfpm yes"
exit 1 exit 1
} }
@ -1670,16 +1670,18 @@ myvestacp.com team
" > $tmpfile " > $tmpfile
send_mail="$VESTA/web/inc/mail-wrapper.php" send_mail="$VESTA/web/inc/mail-wrapper.php"
cat $tmpfile | $send_mail -s "Vesta 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 ' _| _| _| _| _| _| _| _| _|_| _| _| _| '
echo ' _| _|_|_|_| _|_|_| _| _| _| ' echo ' _| _| _| _|_|_| _| _|_|_| _|_|_| _|_| _|_|_| '
echo ' _| '
echo ' _|_| '
echo echo
echo echo
cat $tmpfile cat $tmpfile