We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c37880 commit c10d048Copy full SHA for c10d048
bin/v-list-database-hosts
@@ -10,7 +10,7 @@
10
#----------------------------------------------------------#
11
12
# Argument defenition
13
-type=$1
+type=${1-mysql}
14
format=${2-shell}
15
16
# Includes
@@ -22,7 +22,7 @@ source $VESTA/func/main.sh
22
23
24
# Checking args
25
-check_args '1' "$#" 'TYPE [FORMAT]'
+#check_args '1' "$#" 'TYPE [FORMAT]'
26
27
28
0 commit comments