Skip to content

Commit

Permalink
Issue #221: Fix a crash when starting on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp authored Oct 18, 2017
1 parent 9d2e322 commit f3d34e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lorawan-server.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ for /D %%A in ("%ROOT_DIR%\lib\*") do (
set FILES=!FILES! "%%A\ebin"
)

set "ERL_ARGS=-lager log_root "log""
set ERL_ARGS="-lager log_root "log""
cd %ROOT_DIR% && %ERL_DIR% -noinput +Bd -sname lorawan -pa !FILES! -s lorawan_app %ERL_ARGS% -config releases/{{release_version}}/sys.config

0 comments on commit f3d34e8

Please # to comment.