Browse Source
Fix missing argument in upgrade function
pull/2274/head
Honza Hommer
6 years ago
No known key found for this signature in database
GPG Key ID: F1A1FA427709F5EF
1 changed files with
1 additions and
1 deletions
-
acme.sh
|
|
@ -6189,7 +6189,7 @@ upgrade() { |
|
|
_initpath |
|
|
_initpath |
|
|
export LE_WORKING_DIR |
|
|
export LE_WORKING_DIR |
|
|
cd "$LE_WORKING_DIR" |
|
|
cd "$LE_WORKING_DIR" |
|
|
_installOnline "nocron" "noprofile" |
|
|
|
|
|
|
|
|
_installOnline "nocron" "" "noprofile" |
|
|
); then |
|
|
); then |
|
|
_info "Upgrade success!" |
|
|
_info "Upgrade success!" |
|
|
exit 0 |
|
|
exit 0 |
|
|
|