Created
September 4, 2017 17:34
-
-
Save radekstepan/7d539e6a724da323c4dd87200dd4ef34 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export SYSTEM_SECRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1) | |
echo "SYSTEM_SECRET is $SYSTEM_SECRET" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment