61-dev1.10

This commit is contained in:
2024-11-12 17:43:43 -07:00
parent eed516500f
commit 245ee9ce16
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ function handleAliasEnviron() {
function handleDownloadInstall() {
writeToLog "Handling download and install (function ran)\n"
if [[ "$idfGet" == "download" || -d "$idfDir" ]]; then
if [ "$idfGet" == "download" ]; then
if [ -d "$idfDir" ]; then
writeToLog "deleting $idfDir"
rm -rf $idfDir