Fix wrong use of bash conditional.

This commit is contained in:
Daniel Ceregatti 2025-08-15 10:03:17 -06:00
parent a40003b659
commit 941071b790

View file

@ -36,7 +36,7 @@ export cyan="\e[36m"
export release_server_appid=223350
# Allow for the use of experimental via an environment variable
if [ ${EXPERIMENTAL} != "" ]
if [[ ${EXPERIMENTAL} != "" ]]
then
export release_server_appid=1042420
fi