diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-26 19:07:55 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-26 19:07:55 +0100 |
commit | af6acd3417bf53c151b9ba6068186c1e472a2776 (patch) | |
tree | ee77e2c18fec10fe71df1494743fda7f586f6bff /utils/morty.sh | |
parent | d5917cc029e2736b11412a570470c666af093ec9 (diff) | |
download | searxng-af6acd3417bf53c151b9ba6068186c1e472a2776.tar.gz searxng-af6acd3417bf53c151b9ba6068186c1e472a2776.zip |
LXC: install searx-suite installs searx, filtron & morty on all containers
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-x | utils/morty.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/morty.sh b/utils/morty.sh index 1ce15608f..fcc9dc728 100755 --- a/utils/morty.sh +++ b/utils/morty.sh @@ -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 "$@" # ---------------------------------------------------------------------------- |