Revision 8968
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/util.sh | ||
---|---|---|
292 | 292 |
{ |
293 | 293 |
echo_func |
294 | 294 |
local ssh_server="$(localize_url "$ssh_server")" |
295 |
local server="$(localize_url "$server")" |
|
295 | 296 |
if test -n "$ssh_server"; then |
296 | 297 |
local ssh_dest="${ssh_dest-${ssh_user:+$ssh_user@}$ssh_server}" |
297 | 298 |
fi |
Also available in: Unified diff
lib/util.sh: mysql_cmd (): $server: like $ssh_server, clear the value when it's equal to this machine's hostname