Revision 9895
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/local.sh | ||
---|---|---|
78 | 78 |
|
79 | 79 |
sync_upload() { echo_func; use_sync; upload "$@"; } |
80 | 80 |
|
81 |
sync_download() { echo_func; use_sync; upload "$@"; } |
|
82 |
|
|
83 | 81 |
fi |
Also available in: Unified diff
lib/sh/sync.sh: removed sync_download(). use swap=1 sync_upload() instead.