diff --git a/le.sh b/le.sh index c1a83c9..57763c4 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 }