From aa340480e9da81698123aed4d4574bb7c2aa2eff Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 22 Sep 2014 11:15:21 +0100 Subject: [PATCH] Missing redirection --- install-freedombone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-freedombone.sh b/install-freedombone.sh index 3d7b3b67..9632764d 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -554,7 +554,7 @@ function script_to_make_self_signed_certificates { echo 'chmod 640 /etc/ssl/certs/$HOSTNAME.dhparam' >> /usr/bin/makecert echo 'if [ -f /etc/init.d/nginx ]; then' >> /usr/bin/makecert echo ' /etc/init.d/nginx reload' >> /usr/bin/makecert - echo 'fi' + echo 'fi' >> /usr/bin/makecert echo '# add the public certificate to a separate directory' >> /usr/bin/makecert echo '# so that we can redistribute it easily' >> /usr/bin/makecert echo 'if [ ! -d /etc/ssl/mycerts ]; then' >> /usr/bin/makecert