blob: 075fd44b230f2dd95b4d7532d11fa2d5eb6fd026 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
printf ":: As of 0.29.0, cloud-nuke sends performance telemetry back to Gruntwork for bug fixes.\n"
printf ":: More info in README.md.\n"
printf ":: You can disable the telemetry with the DISABLE_TELEMETRY environment variable.\n"
}
post_upgrade() {
post_install
}
|