From 0588442962a17f884e016a23ec4aa52fcfce9b4e Mon Sep 17 00:00:00 2001 From: cimryan Date: Tue, 30 Oct 2018 15:35:00 -0700 Subject: [PATCH] Remove extra declaration and initialization of SETUP_LOGFILE --- setup/pi/setup-teslausb | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup/pi/setup-teslausb b/setup/pi/setup-teslausb index b7561cd..5877020 100644 --- a/setup/pi/setup-teslausb +++ b/setup/pi/setup-teslausb @@ -1,14 +1,11 @@ #!/bin/bash -eu USER_ENABLED_PUSHOVER=${USER_ENABLED_PUSHOVER:-false} -SETUP_LOGFILE=/boot/teslausb-headless-setup.log REPO=${REPO:-cimryan} BRANCH=${BRANCH:-master} HEADLESS_SETUP=${HEADLESS_SETUP:-false} USE_LED_FOR_SETUP_PROGRESS=true - - if ! [ $(id -u) = 0 ] then setup_progress "STOP: Run sudo -i."