livebook/rel/app/env.bat.eex

8 lines
268 B
Elixir
Raw Normal View History

set RELEASE_MODE=interactive
set cookie_path="!RELEASE_ROOT!\releases\COOKIE"
if not exist %cookie_path% (
for /f "skip=1" %%X in ('wmic os get localdatetime') do if not defined TIMESTAMP set TIMESTAMP=%%X
echo cookie-!TIMESTAMP:~0,11!-!RANDOM! > %cookie_path%
)