diff --git a/blueprint.sh b/blueprint.sh index 21658e8..f6c7c30 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -1152,9 +1152,6 @@ if [[ $2 == "-upgrade" ]]; then VCMD="y" else bash tools/update.sh $FOLDER fi - if [[ -n $(find tools/tmp -maxdepth 1 -type f -not -name ".gitkeep" -print -quit) ]]; then - rm -R tools/tmp/* - fi chmod +x blueprint.sh _FOLDER="$FOLDER" bash blueprint.sh --post-upgrade log_bright "[INFO] Bash might spit out some errors from here on out. EOF, command not found and syntax errors are expected behaviour." diff --git a/tools/update.sh b/tools/update.sh index 3f91453..7a53954 100644 --- a/tools/update.sh +++ b/tools/update.sh @@ -22,5 +22,4 @@ fi; cp -R main/* $1/; rm -R main; -rm -R $1/.blueprint; -rm -R *; +rm -R $1/.blueprint; \ No newline at end of file