Browse Source

Fix missing argument in upgrade function

pull/2274/head
Honza Hommer 6 years ago
parent
commit
fe081b522d
No known key found for this signature in database GPG Key ID: F1A1FA427709F5EF
  1. 2
      acme.sh

2
acme.sh

@ -6189,7 +6189,7 @@ upgrade() {
_initpath
export LE_WORKING_DIR
cd "$LE_WORKING_DIR"
_installOnline "nocron" "noprofile"
_installOnline "nocron" "" "noprofile"
); then
_info "Upgrade success!"
exit 0

Loading…
Cancel
Save