Another path error in setup script

This commit is contained in:
Richard Goodwin
2018-10-21 11:41:42 -05:00
parent 055c0e8d36
commit cbcfa38d0f

View File

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