Skip to content

Commit

Permalink
Merge pull request #2271 from hpannenb/master
Browse files Browse the repository at this point in the history
Removed unnecessary line that sets NSRSERVER in
layout/save/NSR/default/650_check_iso_recoverable.sh
which prevented setting NSRSERVER in local.conf
see #2162
  • Loading branch information
jsmeix committed Nov 6, 2019
2 parents 9bfd3f4 + 880c89c commit 420c177
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -5,7 +5,6 @@ if is_true "$NSR_CLIENT_MODE"; then
return
fi

NSRSERVER=$(cat $VAR_DIR/recovery/nsr_server )
CLIENTNAME=$(hostname)

OBJECTS=$( nsrinfo -s ${NSRSERVER} -N ${ISO_DIR}/${ISO_PREFIX}.iso ${CLIENTNAME} | \
Expand Down

0 comments on commit 420c177

Please sign in to comment.