Skip to content
Snippets Groups Projects
Commit 717b856c authored by nimrod's avatar nimrod
Browse files

Added check if openssl is available.

parent e691bb3d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh -e #!/bin/sh -e
test $(which openssl) || ( echo "Can't find openssl."; exit 1)
export domain="$(basename $PWD)" export domain="$(basename $PWD)"
seed="$(hexdump -n10 -e '10/1 "%02o" "\n"' /dev/urandom)" seed="$(hexdump -n10 -e '10/1 "%02o" "\n"' /dev/urandom)"
config=\ config=\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment