Skip to content

Commit

Permalink
fix shellcheck error
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Jul 25, 2024
1 parent 4424640 commit e06ec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/qutselect_connect_pve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ serverName="${10}"
# if this is a ThinLinc session we can grab the password
# using the tl-sso-password command in case the user wants
# to connect to one of our servers (FZR domain)
if [[ ${username} == ${USER} ]] && [[ -x ${TLSSOPASSWORD} ]] &&
if [[ "${username}" == "${USER}" ]] && [[ -x ${TLSSOPASSWORD} ]] &&
${TLSSOPASSWORD} -c 2>/dev/null; then
password=$(${TLSSOPASSWORD})
fi
Expand Down

0 comments on commit e06ec37

Please sign in to comment.