werth
This commit is contained in:
@@ -47,7 +47,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "\nPlacing and enabeling custom bins\n"
|
echo -e "\nPlacing and enabeling custom bins\n"
|
||||||
cp -r .custom_bin $installDir
|
cp -r "${installDir}/.custom_bin" $installDir
|
||||||
chmod +x "${installDir}/.custom_bin/*"
|
chmod +x "${installDir}/.custom_bin/*"
|
||||||
|
|
||||||
echo -e "\nPulling latest esp-idf code from github\n"
|
echo -e "\nPulling latest esp-idf code from github\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user