61-dev1.10
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" ]; then
|
||||
if [ -d "$idfDir" ]; then
|
||||
writeToLog "deleting $idfDir"
|
||||
rm -rf $idfDir
|
||||
|
||||
Reference in New Issue
Block a user