Remove upgrade telemetry for now.

This commit is contained in:
purple 2023-06-20 17:55:58 +02:00
parent 1aec415db4
commit 9243e01498

View file

@ -480,10 +480,8 @@ if [[ $2 == "-upgrade" ]]; then
log_bright "[INFO] Blueprint is upgrading.. Please do not turn off your machine.";
if [[ $3 == "dev" ]]; then
sendTelemetry "UPGRADE_DEV";
bash tools/update.sh /var/www/$FOLDER dev
else
sendTelemetry "UPGRADE";
bash tools/update.sh /var/www/$FOLDER
fi;
rm -R tools/tmp/main;