mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Removing a >
This commit is contained in:
parent
62fc232205
commit
e1180e7395
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user