summaryrefslogtreecommitdiff
path: root/utils/morty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/morty.sh')
-rwxr-xr-xutils/morty.sh3
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 "$@"
# ----------------------------------------------------------------------------