4 lines
70 B
Plaintext
4 lines
70 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
openssl rand -base64 32 > ${SNAP_COMMON}/rocket-secret-key
|