Do not clear tools/tmp folder, instead only remove README.md

This commit is contained in:
purple 2023-07-12 14:27:50 +02:00
parent 6cd4c2dcf5
commit f17ff844a3
2 changed files with 3 additions and 3 deletions

View file

@ -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";

View file

@ -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.