Skip to content

Commit

Permalink
Fix missing fingerprint error message when using unattended installation
Browse files Browse the repository at this point in the history
  • Loading branch information
plorinc committed Jun 28, 2024
1 parent 9e8c626 commit d98e1ba
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions public/tools/rmt-client-setup-res
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,12 @@ fi

$CURL --silent --show-error --insecure $REGURL/tools/rmt-client-setup --output rmt-client-setup
echo "Running rmt-client-setup $PARAMS"
#if [ 0${YES_PARAM} = "yes" ]; then
# yes | sh rmt-client-setup $PARAMS
#else
sh rmt-client-setup $PARAMS
#fi
#if [[ ${SLL_version} -eq 7 ]]; then
# SUSEConnect -p RES-LTSS/7/x86_64
#fi
if [ -n "$YES_PARAM" ]; then
PARAMS=$(echo $PARAMS | sed 's/--yes//')
yes | sh rmt-client-setup $PARAMS
else
sh rmt-client-setup $PARAMS
fi

if [[ ${SLL_version} -gt 8 ]]; then
systemctl start suseconnect-keepalive.timer
Expand Down

0 comments on commit d98e1ba

Please sign in to comment.