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' => '',