Fixed typo cho to echo

This commit is contained in:
Dionysus 2024-09-23 00:22:35 -04:00
parent 4d37515e8d
commit c0612ea5d2
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

2
dbc
View File

@ -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