Browse Source

fix(install): check if gslt token empty instead of existing (#2408)

Co-authored-by: Christian Birk <[email protected]>
pull/2488/head
Christian 6 years ago
committed by Daniel Gibbs
parent
commit
b90623f005
  1. 2
      lgsm/functions/command_install.sh

2
lgsm/functions/command_install.sh

@ -32,7 +32,7 @@ else
# Configuration.
install_config.sh
if [ -v "${gslt}" ]; then
if [ -z "${gslt}" ]; then
install_gslt.sh
elif [ "${shortname}" == "dst" ]; then
install_dst_token.sh

Loading…
Cancel
Save