dbc- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README |
commit c0612ea5d27d76600d3286913ded827d649c0d51
parent 4d37515e8d6dd5a18000aca1bc6f348024252fcb Author: acidvegas <acid.vegas@acid.vegas> Date: Mon, 23 Sep 2024 00:22:35 -0400 Fixed typo cho to echo Diffstat:
|
1 file changed, 2 insertions(+), 3 deletions(-) |
diff --git a/dbc b/dbc @@ -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 -\ No newline at end of file +fi |