Commit ea06c575 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remember to remove wp-config.php if it exists

parent 1412535e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ declare -a WP_CONFIGS=(

create_config()
{
	[[ -f wp-config.php ]] && unlink wp-config.php

	local IFS=$'\n'
	sort -u <<-END_LIST |
		/usr/share/wordpress/wp-config.php