Răsfoiți Sursa

fix(install): correct gslt detection

Daniel Gibbs 7 ani în urmă
părinte
comite
0b4479b380
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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