Skip to content

Commit

Permalink
#4104 Ensure temp folders are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-developer committed Dec 27, 2024
1 parent 97937d5 commit b44d777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function generate_support_info()
sudo chmod g+wx "${TEMP_DIR}/${SUPPORT_ZIP_NAME}"
sudo chmod u+wx "${TEMP_DIR}/${SUPPORT_ZIP_NAME}"
sudo mv "${TEMP_DIR}/${SUPPORT_ZIP_NAME}" "${SUPPORT_DIR}"
#trap 'rm -rf "${TEMP_DIR}"' EXIT
trap 'rm -rf "${TEMP_DIR}"' EXIT
}

####
Expand Down

0 comments on commit b44d777

Please sign in to comment.