diff --git a/blueprint.sh b/blueprint.sh index 27c4915..01c638f 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -150,8 +150,8 @@ if [[ $1 != "-bash" ]]; then rm -R .blueprint/dev/*; log_bright "[INFO] rm -R .blueprint/data/extensions/*"; rm -R .blueprint/data/extensions/*; - log_bright "[INFO] rm -R tools/tmp/*"; - rm -R tools/tmp/*; + log_bright "[INFO] rm -R tools/tmp/README.md"; + rm -R tools/tmp/README.md; # Put application into production. log_bright "[INFO] php artisan up"; diff --git a/tools/tmp/README.md b/tools/tmp/README.md index 4663423..3c4df2c 100644 --- a/tools/tmp/README.md +++ b/tools/tmp/README.md @@ -1,4 +1,4 @@ -*This folder is cleared automatically upon installation.* +*This README.md file is automatically removed upon installation.* This directory is used for storing files when upgrading your panel.\ The default tmp folder, ".blueprint/tmp" should not be used for tools. \ No newline at end of file