Remove upgrade telemetry for now.
This commit is contained in:
parent
1aec415db4
commit
9243e01498
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue