61-dev1.12

This commit is contained in:
2024-11-12 17:46:08 -07:00
parent c9c34a27e4
commit 0c450b81c1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -205,9 +205,9 @@ function handleAliasEnviron() {
function handleDownloadInstall() { function handleDownloadInstall() {
writeToLog "Handling download and install (function ran)\n" writeToLog "Handling download and install (function ran)\n"
if [ "$idfGet" == "download" || ! -d "$idfDir" ]; then if [[ "$idfGet" == "download" || ! -d "$idfDir" ]]; then
writeToLog "Setting for download mode\n" writeToLog "Setting for download mode\n"
if [ -d "$idfDir" ]; then if [ -d "$idfDir" ]; then
writeToLog "deleting $idfDir" writeToLog "deleting $idfDir"
rm -rf $idfDir rm -rf $idfDir
+1 -1
View File
@@ -1 +1 @@
61-dev1.11 61-dev1.12