61-dev1.12
This commit is contained in:
@@ -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" || ! -d "$idfDir" ]]; then
|
||||
writeToLog "Setting for download mode\n"
|
||||
|
||||
if [ -d "$idfDir" ]; then
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
61-dev1.11
|
||||
61-dev1.12
|
||||
Reference in New Issue
Block a user