Browse Source

fix(install): correct gslt detection

pull/2488/head
Daniel Gibbs 6 years ago
parent
commit
0b4479b380
  1. 2
      lgsm/functions/command_install.sh

2
lgsm/functions/command_install.sh

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

Loading…
Cancel
Save