Commit 3842c42
committed
fix(backup): add file existence check for wp-config backup
Add missing file existence check in backup_wp_content_dir() for
consistency with other backup functions. This ensures the archive
was actually created even when 7z returns exit code 0 or 1.
Addresses GitHub Copilot review feedback on PR #473.1 parent 184358d commit 3842c42
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
0 commit comments