Merge "labs: fix name for local variable declaration"

This commit is contained in:
Jenkins 2014-08-30 16:27:42 +00:00 committed by Gerrit Code Review
commit a689af368c

View File

@ -135,7 +135,7 @@ function ssh_process_autostart {
vm_ssh "$SSH_PORT" "rm -rf lib config autostart"
vm_scp_to_vm "$SSH_PORT" "$TOP_DIR/lib" "$TOP_DIR/config"
local SCR_PATH=""
local SCRIPT_PATH=""
for SCRIPT_PATH in "$AUTOSTART_DIR/"*.sh; do
ssh_exec_script "$SSH_PORT" "$SCRIPT_PATH"
rm -f "$SCRIPT_PATH" >&2