Skip to content

Commit

Permalink
dumbo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Jul 15, 2024
1 parent 9ddb3fa commit 2ecbb3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ install_embark_default(){

# write env-vars into ./.env
write_env
echo "EMBARK_INSTALL=deploy" > ./.env
echo "EMBARK_INSTALL=deploy" >> ./.env

if [[ "${WSL}" -eq 1 ]]; then
check_docker_wsl
Expand Down Expand Up @@ -469,7 +469,7 @@ install_embark_dev(){

# write env-vars into ./.env
write_env
echo "EMBARK_INSTALL=dev" > ./.env
echo "EMBARK_INSTALL=dev" >> ./.env
chmod 644 .env

# download images for container
Expand Down

0 comments on commit 2ecbb3b

Please sign in to comment.