...wrong fi...

This commit is contained in:
Jack
2020-01-29 02:43:41 +02:00
parent 50176ca7de
commit d56f6926ea
+2 -1
View File
@@ -849,7 +849,6 @@ printf 'The following temporary files are safe to delete:
"'"ApfsDriverLoader.efi"'"
"'"Apple"*".efi"'"
"'"AppleSupport-v2.0.4-RELEASE.zip"'"\n'
fi
if [ -w "dmg2img.exe" ]; then
printf ' "'"dmg2img.exe"'"\n'
fi
@@ -871,6 +870,8 @@ if [ "${delete,,}" == "y" ]; then
rm "dmg2img.exe" 2>/dev/null
fi
fi
}
function documentation() {