View | Details | Raw Unified | Return to bug 15303
Collapse All | Expand All

(-)a/debian/scripts/koha-create (-2 / +5 lines)
Lines 338-344 check_letsencrypt() Link Here
338
                    die "You have to install letsencrypt to use the --letsencrypt parameter."
338
                    die "You have to install letsencrypt to use the --letsencrypt parameter."
339
                fi
339
                fi
340
        else
340
        else
341
            die "No installation candidate available for package letsencrypt."
341
            echo "No installation candidate available for package letsencrypt."
342
            read -r -p "If you have a symlink from /usr/bin/letsencrypt to letsencrypt-auto, it should work. [y/N] " response
343
            if [[ ! $response =~ ^([yY][eE][sS]|[yY])$ ]]; then
344
                die "You have to install letsencrypt to use the --letsencrypt parameter."
345
            fi
342
        fi
346
        fi
343
    fi
347
    fi
344
}
348
}
345
- 

Return to bug 15303