Skip to content

Commit

Permalink
Issue backdrop#4149: Remove duplicated 'site-name' in 'install.sh'.
Browse files Browse the repository at this point in the history
By @BWPanda & @indigoxela.
  • Loading branch information
Peter Anderson committed Oct 26, 2020
1 parent 2891cbe commit e084bb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/scripts/install.sh
Expand Up @@ -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' => '',
Expand Down

0 comments on commit e084bb8

Please sign in to comment.