Changeset 4556


Ignore:
Timestamp:
Jun 8, 2020 6:29:28 AM (4 years ago)
Author:
raasch
Message:

bugfix for determining the ssh-key givn in the configuration file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmbuild

    r4481 r4556  
    2727# -----------------
    2828# $Id$
     29# bugfix for determining the ssh-key givn in the configuration file
     30#
     31# 4481 2020-03-31 18:55:54Z maronga
    2932# Abort if SOURCES_FOR_RUN catalog cannot be created
    3033#
     
    313316
    314317
    315     # DETERMINE SSH-KEY TO BE USED
     318    # DETERMINE THE SSH-OPTION IN CASE THAT AN SSH-KEY IS EXPLICITLY GIVEN IN THE
     319    # CONFIG-FILE
    316320 if [[ "$ssh_key" != "" ]]
    317321 then
    318     ssh_key="-i $HOME/.ssh/`echo $line | cut -d" " -s -f2`"
     322    ssh_key="-i $HOME/.ssh/$ssh_key"
    319323 fi
    320324
Note: See TracChangeset for help on using the changeset viewer.