From e084bb8137dcbb76b1fbd627ece68a822077ca1b Mon Sep 17 00:00:00 2001 From: Peter Anderson Date: Tue, 27 Oct 2020 09:31:45 +1100 Subject: [PATCH] Issue #4149: Remove duplicated 'site-name' in 'install.sh'. By @BWPanda & @indigoxela. --- core/scripts/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/core/scripts/install.sh b/core/scripts/install.sh index e633013c4fe..b380fbab8e2 100755 --- a/core/scripts/install.sh +++ b/core/scripts/install.sh @@ -53,7 +53,6 @@ $options = array( 'account-mail' => 'admin@example.com', 'account-name' => 'admin', 'account-pass' => md5(microtime() . mt_rand()), - 'site-name' => 'Backdrop', 'clean-url' => '1', 'db-prefix' => '', 'db-url' => '',