Commit 717b856c authored by nimrod's avatar nimrod
Browse files

Added check if openssl is available.

parent e691bb3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#!/bin/sh -e

test $(which openssl) || ( echo "Can't find openssl."; exit 1)
export domain="$(basename $PWD)"
seed="$(hexdump -n10 -e '10/1 "%02o" "\n"' /dev/urandom)"
config=\