mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Fix missing $
This commit is contained in:
parent
231e597318
commit
28890ad72d
2
dist/platforms/ubuntu/entrypoint.sh
vendored
2
dist/platforms/ubuntu/entrypoint.sh
vendored
@ -39,7 +39,7 @@ else
|
|||||||
echo "Not updating Android SDK."
|
echo "Not updating Android SDK."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "RUN_AS_HOST_USER" == "true" ]]; then
|
if [[ "$RUN_AS_HOST_USER" == "true" ]]; then
|
||||||
echo "Running as host user"
|
echo "Running as host user"
|
||||||
|
|
||||||
# Stop on error if we can't set up the user
|
# Stop on error if we can't set up the user
|
||||||
|
Loading…
Reference in New Issue
Block a user