mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Fixed typos
This commit is contained in:
parent
c84e4eae9e
commit
272adb24e7
@ -71,7 +71,7 @@ SSH_IGNORE_KNOWN_HOSTS=no
|
||||
RSYNC_REMOTE_PATH=""
|
||||
|
||||
## Check for connectivity to remote host before launching remote backup tasks. Be sure the hosts responds to ping. Failing to ping will skip current task.
|
||||
REMOTE_HOST_PINGno
|
||||
REMOTE_HOST_PING=no
|
||||
|
||||
## Check for internet access by pinging one or more 3rd party hosts before remote backup tasks. Leave empty if you don't want this check to be be performed. Failing to ping will skip current task.
|
||||
REMOTE_3RD_PARTY_HOSTS=""
|
||||
|
@ -123,10 +123,10 @@ EOF
|
||||
fi
|
||||
|
||||
# Setup fast entropy
|
||||
if type rndg > /dev/null 2>&1; then
|
||||
rndg -r /dev/urandom
|
||||
if type rngd > /dev/null 2>&1; then
|
||||
rngd -r /dev/urandom
|
||||
else
|
||||
echo "No rndg support"
|
||||
echo "No rngd support"
|
||||
fi
|
||||
|
||||
$GPG --batch --gen-key gpgcommand
|
||||
|
Loading…
Reference in New Issue
Block a user