We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c563d6c commit b3e8284Copy full SHA for b3e8284
apkFileVersion.sh
@@ -25,12 +25,12 @@ fi
25
26
echo ""
27
28
-if [[ "$( checkYesNoOption $( checkMachineFileExist ${1} ) )" == "yes" ]]; then
+if [[ "$( checkYesNoOption $( checkMachineFileExist ${APKpath} ) )" == "yes" ]]; then
29
echo -e -n " Name : $( getMachineApkApplicationName "${APKpath}" )\n"
30
echo -e -n " Package : $( getMachineApkPackageName "${APKpath}" )\n"
31
echo -e -n " Version : $( getMachineApkCompleteVersionName "${APKpath}" )\n"
32
else
33
- writeToLogsFile "@@ '${1}' File Not Found - called from $( basename ${0} )"
+ writeToLogsFile "@@ '${APKpath}' File Not Found - called from $( basename ${0} )"
34
echo -e -n " '${1}' File Not Found\n\n"
35
exit 1
36
fi
0 commit comments