修复用户bug
This commit is contained in:
parent
a4f8d8dfb0
commit
fb8446eb3f
@ -40,7 +40,8 @@ case $pick in
|
|||||||
fi
|
fi
|
||||||
type=${print_arr[$pick]}
|
type=${print_arr[$pick]}
|
||||||
|
|
||||||
if [ ! -z ${type_dick[$type]} ]; then
|
if [ ! -z "${type_dick[$type]}" ]; then
|
||||||
|
print_number=0
|
||||||
echo "请选择密钥位大小"
|
echo "请选择密钥位大小"
|
||||||
for i in ${type_dick[$type]} ; do
|
for i in ${type_dick[$type]} ; do
|
||||||
print_number=$(( print_number+1 ))
|
print_number=$(( print_number+1 ))
|
||||||
|
Loading…
Reference in New Issue
Block a user