Admin password

Hello,

Could it be possible to add an extra line in /nexus-data/admin.password so that a cat command can be read more easily ?


Thank you

This could cause issues for people automating reading the file as it will incorrectly contain a newline character.

@djeanprost,

You can always try:

sh-4.4$ cat /nexus-data/admin.password; echo
****************7878-5675-789798a890890c
sh-4.4$ 

Well finally, this is maybe the simplest and best answer. Should have thought to it directly.