erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Option -args_file not checked for in args to start script command #789

Open tsloughter opened 4 years ago

tsloughter commented 4 years ago

The extended start script does checks to ensure VM args files exist and don't have circular references but it does not check if the file is passed this way:

bin/foo daemon -args_file <path to args file>

The awk function that checks all this should be updated to include the arguments to the command run.