Do not clear tools/tmp folder, instead only remove README.md
This commit is contained in:
parent
6cd4c2dcf5
commit
f17ff844a3
2 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -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.
|
Loading…
Reference in a new issue