Fixed typo cho to echo
This commit is contained in:
parent
4d37515e8d
commit
c0612ea5d2
2
dbc
2
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
|
||||||
|
Loading…
Reference in New Issue
Block a user