diff --git a/retool.sh b/retool.sh index bc4cb84..d79ce7e 100644 --- a/retool.sh +++ b/retool.sh @@ -15,11 +15,11 @@ cp $HOME/esp/esp-idf/export.sh.bak $HOME/esp/esp-idf/export.sh echo -e "\nAppending new add-to-export-sh.txt to export.sh\n" cat $runningDir/add-to-export-sh.txt >> $HOME/esp/esp-idf/export.sh -echo -e "\nDeleting .custom_bins dir\n" +echo -e "\nDeleting .custom_bin dir\n" rm -rf $HOME/esp/.custom_bin -echo -e "\nCoppying new custom_bins and making them executable\n" -cp -r $runningDir/custom_bins ~/esp/.custom_bins -chmod +x $HOME/esp/.custom_bins/* +echo -e "\nCoppying new custom_bin and making them executable\n" +cp -r $runningDir/custom_bin ~/esp/.custom_bin +chmod +x $HOME/esp/.custom_bis/* echo -e "\nAll done :3\n" \ No newline at end of file diff --git a/version.txt b/version.txt index 3a91b27..1305fc6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -56-dev.4 \ No newline at end of file +56-dev.5 \ No newline at end of file