Fixed typos

This commit is contained in:
deajan 2016-09-04 08:37:21 +02:00
parent c84e4eae9e
commit 272adb24e7
2 changed files with 4 additions and 4 deletions

View File

@ -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=""

View File

@ -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