mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
4 instead of 5 arguments needed
This commit is contained in:
parent
601cc77383
commit
2fb43d192c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ max_db=${6-500}
|
|||
#----------------------------------------------------------#
|
||||
|
||||
args_usage='TYPE HOST DBUSER DBPASS [MAX_DB] [CHARSETS] [TPL]'
|
||||
check_args '5' "$#" "$args_usage"
|
||||
check_args '4' "$#" "$args_usage"
|
||||
validate_format 'host' 'dbuser' 'dbpass' 'max_db' 'charsets' 'template'
|
||||
is_system_enabled "$DB_SYSTEM"
|
||||
is_type_valid "$DB_SYSTEM" "$type"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue