aligned db scripts with the name convention

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

View file

@ -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='******'
#----------------------------------------------------------# #----------------------------------------------------------#