lowercase r in rsync

This commit is contained in:
shark 2019-11-24 23:24:41 +00:00
parent 9d3b54d05e
commit e6cbe1ac60

View File

@ -36,5 +36,5 @@ if brl which rsync 2>&1 > /dev/null; then
echo "Done!"
exit_success
else
abort "Rsync must be installed!"
abort "rsync must be installed!"
fi