mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
database add page
This commit is contained in:
parent
118ceaa34a
commit
9dd6022057
11 changed files with 262 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
# Get database host
|
||||
get_next_dbhost() {
|
||||
if [ -z "$host" ]; then
|
||||
if [ -z "$host" ] || [ "$host" == 'default' ]; then
|
||||
IFS=$'\n'
|
||||
host='EMPTY_DB_HOST'
|
||||
config="$VESTA/conf/$type.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue