61-alpha0.1

This commit is contained in:
2024-11-12 18:10:55 -07:00
parent b1bfa6fdcb
commit b0d9ca4480
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -431,12 +431,10 @@ elif [ "$arg" == "interactive" -o "$arg" == "i" ]; then
gitJobs=$readGitJobs
fi
if [ -z $readIdfGet ]; then
if [ ! -z $readIdfGet ]; then
idfGet=$readIdfGet
else
idfGet="update"
fi
writeToLog "\n === new ${action} ===\n"
writeToLog "\tVersion: ${scriptVers}\n"