Commit bf52ca3
authored
clone_wp_site.py: Update database config properly, fix #8
This updates the dst wp-config to use the dst database, as intended.
It does this immediately after copying the files so that if any later steps of the script fail, we don't wind up with an app that appears to work because it's pointing to the src database.1 parent 13642f1 commit bf52ca3
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
151 | 157 | | |
152 | 158 | | |
153 | 159 | | |
| |||
0 commit comments