Archived
1

Fixed typo cho to echo

This commit is contained in:
2024-09-23 00:22:35 -04:00
parent 4d37515e8d
commit c0612ea5d2

4
dbc
View File

@@ -57,7 +57,7 @@ CONFIG_DATA=$($PASS_PATH $PASS_DROPBEAR)
# Check if the config data is read successfully
if [ $? -ne 0 ]; then
cho "error: can not read config data" && exit 1
echo "error: can not read config data" && exit 1
fi
# 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
else
dbclient -K 60 -i "$TMP_KEY" $END_HOST
fi
fi