diff --git a/core/install.php b/core/install.php index d51131567..e9ab84a4d 100644 --- a/core/install.php +++ b/core/install.php @@ -43,6 +43,7 @@ function install() } else { if (PHP_SAPI == 'cli') { print("INSTALL_DSN needs to be set for CLI installation\n"); + exit(1); } else { ask_questions(); }