mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
Installing WordPress to user_domain_com database
This commit is contained in:
parent
fa94c7a210
commit
0e9a5304a5
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ is_object_unsuspended 'user' 'USER' "$user"
|
|||
source /usr/local/vesta/func/handle_parameters.sh
|
||||
|
||||
if [ -z "$database" ]; then
|
||||
database="wp"
|
||||
database=$(echo "$domain" | sed 's#\.#_#g')
|
||||
fi
|
||||
|
||||
if [ -z "$email" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue