1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00

aligned db scripts with the name convention

This commit is contained in:
Serghey Rodin 2013-05-29 12:39:23 +03:00
parent a7321e9ab2
commit 370569a82b
6 changed files with 2 additions and 2 deletions

@ -18,7 +18,7 @@ type=$1
host=$2
dbuser=$3
dbpass=$4
A4='******'
max_db=${6-500}
charsets=${7-UTF8,LATIN1,WIN1250,WIN1251,WIN1252,WIN1256,WIN1258,KOI8}
template=${8-template1}
@ -28,7 +28,7 @@ source $VESTA/func/main.sh
source $VESTA/func/db.sh
# Hiding password
max_db=${6-500}
A4='******'
#----------------------------------------------------------#