From 0247d52ea2498dd5a9f1b36fd97cb76dcfaf233c Mon Sep 17 00:00:00 2001 From: kload Date: Thu, 1 Oct 2015 18:37:36 -0400 Subject: [PATCH] [fix] Typo --- data/hooks/conf_regen/02-ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/hooks/conf_regen/02-ssl b/data/hooks/conf_regen/02-ssl index 20af045f7..73eba949e 100644 --- a/data/hooks/conf_regen/02-ssl +++ b/data/hooks/conf_regen/02-ssl @@ -61,7 +61,7 @@ if [ ! -f /etc/yunohost/certs/yunohost.org/crt.pem ]; then /etc/yunohost/certs/yunohost.org/crt.pem sudo ln -sf /etc/yunohost/certs/yunohost.org/crt.pem \ /etc/ssl/certs/yunohost_crt.pem - sudo ln -sf/etc/yunohost/certs/yunohost.org/key.pem \ + sudo ln -sf /etc/yunohost/certs/yunohost.org/key.pem \ /etc/ssl/private/yunohost_key.pem sudo ln -sf /etc/yunohost/certs/yunohost.org/ca.pem \ /etc/ssl/certs/ca-yunohost_crt.pem