79302130

Date: 2024-12-23 04:30:31
Score: 1.5
Natty:
Report link

Error was encountered while creating environment variables in the bash script. Where only one line had to be corrected to avoid using encoding the already encoded key.

PRIVATE_KEY=$(sed '1d;$d' refresh.key | tr -d '\n')
PUBLIC_KEY=$(sed '1d;$d' refresh.pub | tr -d '\n')
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rogelio Olarte