Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Sep 5, 2023
1 parent fcdaf04 commit 70e367d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function load-env {
exit 1
fi

tmp="/tmp/env-$(tr -dc A-Za-z0-9 </dev/urandom | head -c 13 ; echo '')"
tmp="/tmp/env-$(LC_ALL=C tr -dc 'A-Za-z0-9' < /dev/urandom | head -c 13 ; echo '')"
env > "${tmp}"

export_env_from_file ".env"
Expand Down

0 comments on commit 70e367d

Please sign in to comment.