Ignore:
Timestamp:
Feb 10, 2013 1:47:43 AM (11 years ago)
Author:
raasch
Message:

adjustments for Forwind cluster (lcflow) and Kuyshu University computing center (hayaka -lckyuh); further small adjustments for lckyut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/batch_scp

    r1096 r1099  
    2222# Current revisions:
    2323# ------------------
    24 #
     24# LANG variable is unset in some ssh calls to guarantee messages in English
    2525#
    2626# Former revisions:
     
    312312 if [[ $(echo $local_host | cut -c1-4) = gaia ]]
    313313 then
    314     ssh $SSH_PORTOPT $local_user@gaiad "ssh $SSH_PORTOPT $1 -l $remote_user \"cd $3; ls -1; echo '*** list complete'\" "  > $filelist  2>&1
     314    ssh $SSH_PORTOPT $local_user@gaiad "ssh $SSH_PORTOPT $1 -l $remote_user \"unset LANG; cd $3; ls -1; echo '*** list complete'\" "  > $filelist  2>&1
    315315 else
    316     ssh $SSH_PORTOPT $1 -l $remote_user "cd $3; ls -1; echo '*** list complete'" > $filelist  2>&1
     316    ssh $SSH_PORTOPT $1 -l $remote_user "unset LANG; cd $3; ls -1; echo '*** list complete'" > $filelist  2>&1
    317317 fi
    318318 ssh_status=$?
Note: See TracChangeset for help on using the changeset viewer.