LXC: install searx-suite installs searx, filtron & morty on all containers

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-02-26 19:07:55 +01:00
parent d5917cc029
commit af6acd3417
6 changed files with 74 additions and 20 deletions

View file

@ -207,7 +207,7 @@ install_all() {
install_apache_site
fi
fi
if ask_yn "Do you want to inspect the installation?" Yn; then
if ask_yn "Do you want to inspect the installation?" Ny; then
inspect_service
fi
@ -408,6 +408,7 @@ This removes apache site ${APACHE_MORTY_SITE}."
apache_remove_site "$APACHE_MORTY_SITE"
}
# ----------------------------------------------------------------------------
main "$@"
# ----------------------------------------------------------------------------