trsync fix
This commit is contained in:
parent
83790b17ba
commit
6cf587eec2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user