Browse Source

minor: eval reload command

neil 9 years ago
parent
commit
c4e1faa481
1 changed files with 1 additions and 1 deletions
  1. 1 1
      le.sh

+ 1 - 1
le.sh

@@ -1041,7 +1041,7 @@ installcert() {
 
   if [ "$Le_ReloadCmd" ] ; then
     _info "Run Le_ReloadCmd: $Le_ReloadCmd"
-    $Le_ReloadCmd
+    eval $Le_ReloadCmd
   fi
 
 }