diff --git a/priv/static/Linux.sh b/priv/static/Linux.sh index d7cd1104..19a30e7b 100755 --- a/priv/static/Linux.sh +++ b/priv/static/Linux.sh @@ -108,7 +108,7 @@ function install() { esac cat $config_file - . "$config_file" + source $config_file ;; "Phoenix") mise exec -- mix local.hex --force diff --git a/test/scripts/Makefile b/test/scripts/Makefile index 76c69c66..cab55fee 100644 --- a/test/scripts/Makefile +++ b/test/scripts/Makefile @@ -17,6 +17,10 @@ serve: echo "Debug: $$PATH" + PATH="~/.local/share/mise/shims:$$PATH" + + echo "Debug: $$PATH" + # initdb -D ~/pgdata -U postgres # pg_ctl start -D ~/pgdata