diff --git a/bin/joomla_cleanup.sh b/bin/joomla_cleanup.sh index 4f4805e..aa4bd7d 100644 --- a/bin/joomla_cleanup.sh +++ b/bin/joomla_cleanup.sh @@ -82,7 +82,7 @@ rm -f html/README.txt # Remove Install helper scripts rm -rf bin/inc_new_project -rm -rf bin/new_project.sh -rm -rf bin/setup_joomla_installer.sh +rm -rf bin/joomla_new_project.sh +rm -rf bin/joomla_install.sh echo "Now check the results and commit them to Git"