From c4e1faa481a3d84d351fb34f3cbbab176ca7c346 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 4 Mar 2016 16:40:34 +0800 Subject: [PATCH] minor: eval reload command --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index c1a83c9f..57763c49 100755 --- a/le.sh +++ b/le.sh @@ -1041,7 +1041,7 @@ installcert() { if [ "$Le_ReloadCmd" ] ; then _info "Run Le_ReloadCmd: $Le_ReloadCmd" - $Le_ReloadCmd + eval $Le_ReloadCmd fi }