From 1335be2a1ce26fc1e3c7f5e7824e40d6bcf8cf9d Mon Sep 17 00:00:00 2001 From: Richard Goodwin Date: Sun, 21 Oct 2018 11:05:35 -0500 Subject: [PATCH] Change branch for testing Also in prev commit always download pushover script as it doesn't hurt (user can set it up later) and removes some conditional logic. --- headless-scripts/setup-teslausb-headless | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/headless-scripts/setup-teslausb-headless b/headless-scripts/setup-teslausb-headless index bd49a23..687d276 100644 --- a/headless-scripts/setup-teslausb-headless +++ b/headless-scripts/setup-teslausb-headless @@ -1,11 +1,10 @@ #!/bin/bash -eu -REPO=cimryan -BRANCH=master +REPO=rtgoodwin +BRANCH="headless-patch" user_enabled_pushover=false LOGFILE=/boot/teslausb-headless-setup.log setup_complete=false -stage_in_progress=false # if ! [ $(id -u) = 0 ] # then