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.
This commit is contained in:
Richard Goodwin
2018-10-21 11:05:35 -05:00
parent 52ad4b21ad
commit 1335be2a1c

View File

@@ -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