Open magdamaciaszczyk opened 9 years ago
Magda didn't have wget installed, so the step where the script tries to fetch the WP files fails. Rather than terminating at that point, the script continued to execute, resulting in confusing error messages which obscured the real issue.
The script should terminate if any of the steps fail, and should ideally check that wget is installed before running the script, or use a utility which is most likely to be installed by default.
After failing to execute wget the script continues.