Parcourir la source

fix(install): correct gslt detection

Daniel Gibbs il y a 7 ans
Parent
commit
0b4479b380
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lgsm/functions/command_install.sh

+ 1 - 1
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