Fix missing argument in upgrade function

This commit is contained in:
Honza Hommer 2019-08-01 03:34:19 +02:00
parent f4f2e351c5
commit fe081b522d
No known key found for this signature in database
GPG Key ID: F1A1FA427709F5EF

View File

@ -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