From 6af7854de36be215d7ef59a2663b492d5bd13cfd Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 5 Aug 2022 15:10:41 +0200 Subject: CLI allow empty DB prefix (#4488) Allow an empty `--db-prefix` parameter (i.e. optional) in CLI to have no DB prefix --- cli/do-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/do-install.php') diff --git a/cli/do-install.php b/cli/do-install.php index db1af8ea5..c5258d1e0 100755 --- a/cli/do-install.php +++ b/cli/do-install.php @@ -26,7 +26,7 @@ $dBparams = array( 'db-user:', 'db-password:', 'db-base:', - 'db-prefix:', + 'db-prefix::', ); $options = getopt('', array_merge($params, $dBparams)); -- cgit v1.2.3