Skip to content

Commit c10d048

Browse files
committed
mysql is default type
1 parent 3c37880 commit c10d048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/v-list-database-hosts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#----------------------------------------------------------#
1111

1212
# Argument defenition
13-
type=$1
13+
type=${1-mysql}
1414
format=${2-shell}
1515

1616
# Includes
@@ -22,7 +22,7 @@ source $VESTA/func/main.sh
2222
#----------------------------------------------------------#
2323

2424
# Checking args
25-
check_args '1' "$#" 'TYPE [FORMAT]'
25+
#check_args '1' "$#" 'TYPE [FORMAT]'
2626

2727

2828
#----------------------------------------------------------#

0 commit comments

Comments
 (0)