trsync fix

This commit is contained in:
Maciej Krok 2016-10-08 15:06:02 +02:00
parent 83790b17ba
commit 6cf587eec2

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ $# -eq 2 ]; then
time rsync -vazh --progress --partial $@
time rsync -vazh --progress --partial "$@"
else
time rsync $@
fi
time rsync "$@"
fi