From 28890ad72ddfcbaeed7c44fa26cc8c811f8cdd5e Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Thu, 23 Nov 2023 20:14:32 -0800 Subject: [PATCH] Fix missing $ --- dist/platforms/ubuntu/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/platforms/ubuntu/entrypoint.sh b/dist/platforms/ubuntu/entrypoint.sh index bb3fc489..0847d0c9 100755 --- a/dist/platforms/ubuntu/entrypoint.sh +++ b/dist/platforms/ubuntu/entrypoint.sh @@ -39,7 +39,7 @@ else echo "Not updating Android SDK." fi -if [[ "RUN_AS_HOST_USER" == "true" ]]; then +if [[ "$RUN_AS_HOST_USER" == "true" ]]; then echo "Running as host user" # Stop on error if we can't set up the user