diff --git a/mix.exs b/mix.exs index de8b6b26a..ad4307e9f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Realtime.MixProject do def project do [ app: :realtime, - version: "2.22.9", + version: "2.22.10", elixir: "~> 1.14.0", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod, diff --git a/tailscale/wrapper.sh b/tailscale/wrapper.sh index f448f4d8b..35a53e3c9 100755 --- a/tailscale/wrapper.sh +++ b/tailscale/wrapper.sh @@ -12,7 +12,7 @@ fi echo "Starting Realtime" -if [ "$AWS_EXECUTION_ENV" = "AWS_ECS_FARGATE" ]; then +if [ "${AWS_EXECUTION_ENV}" = "AWS_ECS_FARGATE" ]; then echo "Running migrations" sudo -E -u nobody /app/bin/migrate fi