Fixed typo cho to echo
This commit is contained in:
parent
4d37515e8d
commit
c0612ea5d2
4
dbc
4
dbc
@ -57,7 +57,7 @@ CONFIG_DATA=$($PASS_PATH $PASS_DROPBEAR)
|
|||||||
|
|
||||||
# Check if the config data is read successfully
|
# Check if the config data is read successfully
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
cho "error: can not read config data" && exit 1
|
echo "error: can not read config data" && exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Decrypt the dropbear key to a temporary file
|
# Decrypt the dropbear key to a temporary file
|
||||||
@ -82,4 +82,4 @@ if [ $JUMP_CHECK = "x" ]; then
|
|||||||
dbclient -K 60 -i "$TMP_KEY" $JUMP_HOST,$END_HOST
|
dbclient -K 60 -i "$TMP_KEY" $JUMP_HOST,$END_HOST
|
||||||
else
|
else
|
||||||
dbclient -K 60 -i "$TMP_KEY" $END_HOST
|
dbclient -K 60 -i "$TMP_KEY" $END_HOST
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user