Revision 14737
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/lib/sh/local.sh | ||
---|---|---|
89 | 89 |
|
90 | 90 |
: "${sync_local_dir=$root_dir}" |
91 | 91 |
: "${sync_remote_subdir=bien/}" |
92 |
: "${sync_remote_url=$USER@jupiter:/data/dev/aaronmk/$sync_remote_subdir}" |
|
93 |
# need $USER so user can be overridden when running as root |
|
92 |
: "${sync_remote_url=aaronmk@jupiter:/data/dev/aaronmk/$sync_remote_subdir}" |
|
94 | 93 |
|
95 | 94 |
sync_upload() { echo_func; use_sync; upload --no-owner --no-group "$@"; } |
96 | 95 |
|
Also available in: Unified diff
bugfix: lib/sh/local.sh: $sync_remote_url: jupiter user is always aaronmk, not the local user