mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-12 06:51:21 +00:00
4 lines
70 B
Text
4 lines
70 B
Text
|
#!/bin/sh
|
||
|
|
||
|
openssl rand -base64 32 > ${SNAP_COMMON}/rocket-secret-key
|