mirror of
https://github.com/cimryan/teslausb.git
synced 2026-03-01 04:30:33 +00:00
Another path error in setup script
This commit is contained in:
@@ -128,9 +128,9 @@ function verify_pushover_variables () {
|
|||||||
|
|
||||||
function download_scripts () {
|
function download_scripts () {
|
||||||
|
|
||||||
if [ ! -d "${BOOT_DIR}/teslausb_script_scripts" ]
|
if [ ! -d "${BOOT_DIR}/teslausb_setup_scripts" ]
|
||||||
then
|
then
|
||||||
mkdir "${BOOT_DIR}/teslausb_script_scripts"
|
mkdir "${BOOT_DIR}/teslausb_setup_scripts"
|
||||||
# stop_message "ERROR: Failed to make teslausb_setup_scripts and download setup scripts. Ensure you have internet access and run this script again."
|
# stop_message "ERROR: Failed to make teslausb_setup_scripts and download setup scripts. Ensure you have internet access and run this script again."
|
||||||
else
|
else
|
||||||
pushd "${BOOT_DIR}/teslausb_script_scripts"
|
pushd "${BOOT_DIR}/teslausb_script_scripts"
|
||||||
|
|||||||
Reference in New Issue
Block a user