Removing a >

This commit is contained in:
Michael Stanclift 2020-06-01 10:16:36 -05:00
parent 62fc232205
commit e1180e7395
2 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@
**Known Issues**
- No new Star Trek references.
#### 1.7.6
- Detects `dbclient` install as alternative to OpenSSH Client. (DietPi)
- Attempts to install OpenSSH Client if not found, and Dropbear is not alternative. (DietPi)
#### 1.7.5
- No code changes!
- Primary README now only reflect "The Easy Way" to install and configure Gravity Sync

View File

@ -662,7 +662,7 @@ function detect_ssh {
echo_fail
MESSAGE="Attempting to Compensate"
echo_info
if hash dbclient > 2>/dev/null
if hash dbclient 2>/dev/null
then
SSH_CMD='dbclient'
MESSAGE="Using Dropbear Instead"