mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
ascii logo
This commit is contained in:
parent
c7a3f7c414
commit
4c8fe27476
1 changed files with 11 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue