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
+1 -1
View File
@@ -205,7 +205,7 @@ 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
+1 -1
View File
@@ -1 +1 @@
61-dev1.11 61-dev1.12