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**
|
**Known Issues**
|
||||||
- No new Star Trek references.
|
- 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
|
#### 1.7.5
|
||||||
- No code changes!
|
- No code changes!
|
||||||
- Primary README now only reflect "The Easy Way" to install and configure Gravity Sync
|
- Primary README now only reflect "The Easy Way" to install and configure Gravity Sync
|
||||||
|
@ -662,7 +662,7 @@ function detect_ssh {
|
|||||||
echo_fail
|
echo_fail
|
||||||
MESSAGE="Attempting to Compensate"
|
MESSAGE="Attempting to Compensate"
|
||||||
echo_info
|
echo_info
|
||||||
if hash dbclient > 2>/dev/null
|
if hash dbclient 2>/dev/null
|
||||||
then
|
then
|
||||||
SSH_CMD='dbclient'
|
SSH_CMD='dbclient'
|
||||||
MESSAGE="Using Dropbear Instead"
|
MESSAGE="Using Dropbear Instead"
|
||||||
|
Loading…
Reference in New Issue
Block a user