mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
aligned db scripts with the name convention
This commit is contained in:
parent
a7321e9ab2
commit
370569a82b
6 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ type=$1
|
||||||
host=$2
|
host=$2
|
||||||
dbuser=$3
|
dbuser=$3
|
||||||
dbpass=$4
|
dbpass=$4
|
||||||
A4='******'
|
max_db=${6-500}
|
||||||
charsets=${7-UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8}
|
charsets=${7-UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8}
|
||||||
template=${8-template1}
|
template=${8-template1}
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ source $VESTA/func/main.sh
|
||||||
source $VESTA/func/db.sh
|
source $VESTA/func/db.sh
|
||||||
|
|
||||||
# Hiding password
|
# Hiding password
|
||||||
max_db=${6-500}
|
A4='******'
|
||||||
|
|
||||||
|
|
||||||
#----------------------------------------------------------#
|
#----------------------------------------------------------#
|
Loading…
Add table
Add a link
Reference in a new issue