Browse Source

fix(install): correct gslt detection

Daniel Gibbs 7 years ago
parent
commit
0b4479b380
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lgsm/functions/command_install.sh

+ 1 - 1
lgsm/functions/command_install.sh

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