diff --git a/blueprint.sh b/blueprint.sh index 7feff66..eef2354 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -150,6 +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/*; # Put application into production. log_bright "[INFO] php artisan up"; diff --git a/tools/tmp/README.md b/tools/tmp/README.md index 8e9f93e..4663423 100644 --- a/tools/tmp/README.md +++ b/tools/tmp/README.md @@ -1,2 +1,4 @@ +*This folder is cleared automatically 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